mediawiki/extensions/WikiLambda (REL1_41)

sourcepatches
$ date
--- stdout ---
Thu Apr 25 16:39:38 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-WikiLambda.git repo --depth=1 -b REL1_41
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stderr ---
Submodule 'function-schemata' (https://gitlab.wikimedia.org/repos/abstract-wiki/wikifunctions/function-schemata.git) registered for path 'function-schemata'
Cloning into '/src/repo/function-schemata'...
--- stdout ---
Submodule path 'function-schemata': checked out '2d8f3bbc511b4bccded7e744363e60751a0a1924'

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/REL1_41
--- stdout ---
1fa1dcc697a1665377224d1c10529853d94c4651 refs/heads/REL1_41

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "jsdoc": {
      "name": "jsdoc",
      "severity": "high",
      "isDirect": true,
      "via": [
        "taffydb"
      ],
      "effects": [],
      "range": "3.2.0-dev - 3.6.11",
      "nodes": [
        "node_modules/jsdoc"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.2",
        "isSemVerMajor": true
      }
    },
    "jsdoc-wmf-theme": {
      "name": "jsdoc-wmf-theme",
      "severity": "high",
      "isDirect": true,
      "via": [
        "taffydb"
      ],
      "effects": [],
      "range": "<=0.0.12",
      "nodes": [
        "node_modules/jsdoc-wmf-theme"
      ],
      "fixAvailable": {
        "name": "jsdoc-wmf-theme",
        "version": "1.0.0",
        "isSemVerMajor": true
      }
    },
    "mwbot": {
      "name": "mwbot",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "request"
      ],
      "effects": [
        "wdio-mediawiki"
      ],
      "range": ">=0.1.6",
      "nodes": [
        "node_modules/mwbot"
      ],
      "fixAvailable": false
    },
    "request": {
      "name": "request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096727,
          "name": "request",
          "dependency": "request",
          "title": "Server-Side Request Forgery in Request",
          "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
          "severity": "moderate",
          "cwe": [
            "CWE-918"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<=2.88.2"
        },
        "tough-cookie"
      ],
      "effects": [
        "mwbot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/request"
      ],
      "fixAvailable": false
    },
    "taffydb": {
      "name": "taffydb",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1089386,
          "name": "taffydb",
          "dependency": "taffydb",
          "title": "TaffyDB can allow access to any data items in the DB",
          "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6",
          "severity": "high",
          "cwe": [
            "CWE-20",
            "CWE-668"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
          },
          "range": "<=2.7.3"
        }
      ],
      "effects": [
        "jsdoc",
        "jsdoc-wmf-theme"
      ],
      "range": "*",
      "nodes": [
        "node_modules/jsdoc-wmf-theme/node_modules/taffydb",
        "node_modules/taffydb"
      ],
      "fixAvailable": {
        "name": "jsdoc-wmf-theme",
        "version": "1.0.0",
        "isSemVerMajor": true
      }
    },
    "tough-cookie": {
      "name": "tough-cookie",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096643,
          "name": "tough-cookie",
          "dependency": "tough-cookie",
          "title": "tough-cookie Prototype Pollution vulnerability",
          "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
          },
          "range": "<4.1.3"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<4.1.3",
      "nodes": [
        "node_modules/request/node_modules/tough-cookie"
      ],
      "fixAvailable": false
    },
    "wdio-mediawiki": {
      "name": "wdio-mediawiki",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "mwbot"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/wdio-mediawiki"
      ],
      "fixAvailable": false
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 4,
      "high": 3,
      "critical": 0,
      "total": 7
    },
    "dependencies": {
      "prod": 1,
      "dev": 1278,
      "optional": 3,
      "peer": 14,
      "peerOptional": 0,
      "total": 1278
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 38 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.1.3)
  - Locking composer/semver (3.3.2)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (3.0.4)
  - Locking diff/diff (3.3.1)
  - Locking doctrine/deprecations (1.1.3)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v41.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.12.1)
  - Locking mediawiki/minus-x (1.1.1)
  - Locking mediawiki/phan-taint-check-plugin (4.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.1)
  - Locking netresearch/jsonmapper (v4.4.1)
  - Locking opis/json-schema (1.1.0)
  - Locking phan/phan (5.4.1)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.3.2)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.4.0)
  - Locking phpdocumentor/type-resolver (1.8.2)
  - Locking phpstan/phpdoc-parser (1.28.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (2.0.0)
  - Locking sabre/event (5.1.4)
  - Locking squizlabs/php_codesniffer (3.7.2)
  - Locking symfony/console (v5.4.36)
  - Locking symfony/deprecation-contracts (v3.4.0)
  - Locking symfony/polyfill-ctype (v1.29.0)
  - Locking symfony/polyfill-intl-grapheme (v1.29.0)
  - Locking symfony/polyfill-intl-normalizer (v1.29.0)
  - Locking symfony/polyfill-mbstring (v1.29.0)
  - Locking symfony/polyfill-php73 (v1.29.0)
  - Locking symfony/polyfill-php80 (v1.29.0)
  - Locking symfony/service-contracts (v3.4.2)
  - Locking symfony/string (v6.4.4)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 38 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing composer/pcre (3.1.3): Extracting archive
  - Installing diff/diff (3.3.1): Extracting archive
  - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive
  - Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.8): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive
  - Installing symfony/string (v6.4.4): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.4.2): Extracting archive
  - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive
  - Installing symfony/deprecation-contracts (v3.4.0): Extracting archive
  - Installing symfony/console (v5.4.36): Extracting archive
  - Installing sabre/event (5.1.4): Extracting archive
  - Installing netresearch/jsonmapper (v4.4.1): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.1): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (1.28.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.3): Extracting archive
  - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.4.0): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (2.0.0): Extracting archive
  - Installing composer/xdebug-handler (3.0.4): Extracting archive
  - Installing phan/phan (5.4.1): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (4.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.12.1): Extracting archive
  - Installing mediawiki/minus-x (1.1.1): Extracting archive
  - Installing opis/json-schema (1.1.0): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
  0/38 [>---------------------------]   0%
 25/38 [==================>---------]  65%
 37/38 [===========================>]  97%
 38/38 [============================] 100%
4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
15 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "jsdoc": {
      "name": "jsdoc",
      "severity": "high",
      "isDirect": true,
      "via": [
        "taffydb"
      ],
      "effects": [],
      "range": "3.2.0-dev - 3.6.11",
      "nodes": [
        "node_modules/jsdoc"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.2",
        "isSemVerMajor": true
      }
    },
    "jsdoc-wmf-theme": {
      "name": "jsdoc-wmf-theme",
      "severity": "high",
      "isDirect": true,
      "via": [
        "taffydb"
      ],
      "effects": [],
      "range": "<=0.0.12",
      "nodes": [
        "node_modules/jsdoc-wmf-theme"
      ],
      "fixAvailable": {
        "name": "jsdoc-wmf-theme",
        "version": "1.0.0",
        "isSemVerMajor": true
      }
    },
    "mwbot": {
      "name": "mwbot",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "request"
      ],
      "effects": [
        "wdio-mediawiki"
      ],
      "range": ">=0.1.6",
      "nodes": [
        "node_modules/mwbot"
      ],
      "fixAvailable": false
    },
    "request": {
      "name": "request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096727,
          "name": "request",
          "dependency": "request",
          "title": "Server-Side Request Forgery in Request",
          "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
          "severity": "moderate",
          "cwe": [
            "CWE-918"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<=2.88.2"
        },
        "tough-cookie"
      ],
      "effects": [
        "mwbot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/request"
      ],
      "fixAvailable": false
    },
    "taffydb": {
      "name": "taffydb",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1089386,
          "name": "taffydb",
          "dependency": "taffydb",
          "title": "TaffyDB can allow access to any data items in the DB",
          "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6",
          "severity": "high",
          "cwe": [
            "CWE-20",
            "CWE-668"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
          },
          "range": "<=2.7.3"
        }
      ],
      "effects": [
        "jsdoc",
        "jsdoc-wmf-theme"
      ],
      "range": "*",
      "nodes": [
        "node_modules/jsdoc-wmf-theme/node_modules/taffydb",
        "node_modules/taffydb"
      ],
      "fixAvailable": {
        "name": "jsdoc-wmf-theme",
        "version": "1.0.0",
        "isSemVerMajor": true
      }
    },
    "tough-cookie": {
      "name": "tough-cookie",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096643,
          "name": "tough-cookie",
          "dependency": "tough-cookie",
          "title": "tough-cookie Prototype Pollution vulnerability",
          "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
          },
          "range": "<4.1.3"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<4.1.3",
      "nodes": [
        "node_modules/request/node_modules/tough-cookie"
      ],
      "fixAvailable": false
    },
    "wdio-mediawiki": {
      "name": "wdio-mediawiki",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "mwbot"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/wdio-mediawiki"
      ],
      "fixAvailable": false
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 4,
      "high": 3,
      "critical": 0,
      "total": 7
    },
    "dependencies": {
      "prod": 1,
      "dev": 1278,
      "optional": 3,
      "peer": 14,
      "peerOptional": 0,
      "total": 1278
    }
  }
}

--- end ---
Attempting to npm audit fix
$ /usr/bin/npm audit fix --dry-run --only=dev --json
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
  "added": 1278,
  "removed": 0,
  "changed": 0,
  "audited": 1279,
  "funding": 135,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "jsdoc": {
        "name": "jsdoc",
        "severity": "high",
        "isDirect": true,
        "via": [
          "taffydb"
        ],
        "effects": [],
        "range": "3.2.0-dev - 3.6.11",
        "nodes": [
          "node_modules/jsdoc"
        ],
        "fixAvailable": {
          "name": "jsdoc",
          "version": "4.0.2",
          "isSemVerMajor": true
        }
      },
      "jsdoc-wmf-theme": {
        "name": "jsdoc-wmf-theme",
        "severity": "high",
        "isDirect": true,
        "via": [
          "taffydb"
        ],
        "effects": [],
        "range": "<=0.0.12",
        "nodes": [
          "node_modules/jsdoc-wmf-theme"
        ],
        "fixAvailable": {
          "name": "jsdoc-wmf-theme",
          "version": "1.0.0",
          "isSemVerMajor": true
        }
      },
      "mwbot": {
        "name": "mwbot",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "request"
        ],
        "effects": [
          "wdio-mediawiki"
        ],
        "range": ">=0.1.6",
        "nodes": [
          "node_modules/mwbot"
        ],
        "fixAvailable": false
      },
      "request": {
        "name": "request",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1096727,
            "name": "request",
            "dependency": "request",
            "title": "Server-Side Request Forgery in Request",
            "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
            "severity": "moderate",
            "cwe": [
              "CWE-918"
            ],
            "cvss": {
              "score": 6.1,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
            },
            "range": "<=2.88.2"
          },
          "tough-cookie"
        ],
        "effects": [
          "mwbot"
        ],
        "range": "*",
        "nodes": [
          "node_modules/request"
        ],
        "fixAvailable": false
      },
      "taffydb": {
        "name": "taffydb",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1089386,
            "name": "taffydb",
            "dependency": "taffydb",
            "title": "TaffyDB can allow access to any data items in the DB",
            "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6",
            "severity": "high",
            "cwe": [
              "CWE-20",
              "CWE-668"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
            },
            "range": "<=2.7.3"
          }
        ],
        "effects": [
          "jsdoc",
          "jsdoc-wmf-theme"
        ],
        "range": "*",
        "nodes": [
          "node_modules/jsdoc-wmf-theme/node_modules/taffydb",
          "node_modules/taffydb"
        ],
        "fixAvailable": {
          "name": "jsdoc",
          "version": "4.0.2",
          "isSemVerMajor": true
        }
      },
      "tough-cookie": {
        "name": "tough-cookie",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1096643,
            "name": "tough-cookie",
            "dependency": "tough-cookie",
            "title": "tough-cookie Prototype Pollution vulnerability",
            "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
            "severity": "moderate",
            "cwe": [
              "CWE-1321"
            ],
            "cvss": {
              "score": 6.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
            },
            "range": "<4.1.3"
          }
        ],
        "effects": [
          "request"
        ],
        "range": "<4.1.3",
        "nodes": [
          "node_modules/request/node_modules/tough-cookie"
        ],
        "fixAvailable": false
      },
      "wdio-mediawiki": {
        "name": "wdio-mediawiki",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "mwbot"
        ],
        "effects": [],
        "range": "*",
        "nodes": [
          "node_modules/wdio-mediawiki"
        ],
        "fixAvailable": false
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 4,
        "high": 3,
        "critical": 0,
        "total": 7
      },
      "dependencies": {
        "prod": 1,
        "dev": 1278,
        "optional": 3,
        "peer": 14,
        "peerOptional": 0,
        "total": 1278
      }
    }
  }
}

--- end ---
{"added": 1278, "removed": 0, "changed": 0, "audited": 1279, "funding": 135, "audit": {"auditReportVersion": 2, "vulnerabilities": {"jsdoc": {"name": "jsdoc", "severity": "high", "isDirect": true, "via": ["taffydb"], "effects": [], "range": "3.2.0-dev - 3.6.11", "nodes": ["node_modules/jsdoc"], "fixAvailable": {"name": "jsdoc", "version": "4.0.2", "isSemVerMajor": true}}, "jsdoc-wmf-theme": {"name": "jsdoc-wmf-theme", "severity": "high", "isDirect": true, "via": ["taffydb"], "effects": [], "range": "<=0.0.12", "nodes": ["node_modules/jsdoc-wmf-theme"], "fixAvailable": {"name": "jsdoc-wmf-theme", "version": "1.0.0", "isSemVerMajor": true}}, "mwbot": {"name": "mwbot", "severity": "moderate", "isDirect": false, "via": ["request"], "effects": ["wdio-mediawiki"], "range": ">=0.1.6", "nodes": ["node_modules/mwbot"], "fixAvailable": false}, "request": {"name": "request", "severity": "moderate", "isDirect": false, "via": [{"source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": ["CWE-918"], "cvss": {"score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"}, "range": "<=2.88.2"}, "tough-cookie"], "effects": ["mwbot"], "range": "*", "nodes": ["node_modules/request"], "fixAvailable": false}, "taffydb": {"name": "taffydb", "severity": "high", "isDirect": false, "via": [{"source": 1089386, "name": "taffydb", "dependency": "taffydb", "title": "TaffyDB can allow access to any data items in the DB", "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6", "severity": "high", "cwe": ["CWE-20", "CWE-668"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"}, "range": "<=2.7.3"}], "effects": ["jsdoc", "jsdoc-wmf-theme"], "range": "*", "nodes": ["node_modules/jsdoc-wmf-theme/node_modules/taffydb", "node_modules/taffydb"], "fixAvailable": {"name": "jsdoc", "version": "4.0.2", "isSemVerMajor": true}}, "tough-cookie": {"name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [{"source": 1096643, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"}, "range": "<4.1.3"}], "effects": ["request"], "range": "<4.1.3", "nodes": ["node_modules/request/node_modules/tough-cookie"], "fixAvailable": false}, "wdio-mediawiki": {"name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": ["mwbot"], "effects": [], "range": "*", "nodes": ["node_modules/wdio-mediawiki"], "fixAvailable": false}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 4, "high": 3, "critical": 0, "total": 7}, "dependencies": {"prod": 1, "dev": 1278, "optional": 3, "peer": 14, "peerOptional": 0, "total": 1278}}}}
$ /usr/bin/npm audit fix --only=dev
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
--- stdout ---

added 1277 packages, and audited 1278 packages in 23s

135 packages are looking for funding
  run `npm fund` for details

# npm audit report

request  *
Severity: moderate
Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6
Depends on vulnerable versions of tough-cookie
No fix available
node_modules/request
  mwbot  >=0.1.6
  Depends on vulnerable versions of request
  node_modules/mwbot
    wdio-mediawiki  *
    Depends on vulnerable versions of mwbot
    node_modules/wdio-mediawiki

taffydb  *
Severity: high
TaffyDB can allow access to any data items in the DB - https://github.com/advisories/GHSA-mxhp-79qh-mcx6
fix available via `npm audit fix --force`
Will install jsdoc-wmf-theme@1.0.0, which is a breaking change
node_modules/jsdoc-wmf-theme/node_modules/taffydb
node_modules/taffydb
  jsdoc  3.2.0-dev - 3.6.11
  Depends on vulnerable versions of taffydb
  node_modules/jsdoc
  jsdoc-wmf-theme  <=0.0.12
  Depends on vulnerable versions of taffydb
  node_modules/jsdoc-wmf-theme

tough-cookie  <4.1.3
Severity: moderate
tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
No fix available
node_modules/request/node_modules/tough-cookie

7 vulnerabilities (4 moderate, 3 high)

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
--- stdout ---

added 1277 packages, and audited 1278 packages in 27s

135 packages are looking for funding
  run `npm fund` for details

7 vulnerabilities (4 moderate, 3 high)

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

--- end ---
$ /usr/bin/npm test
--- stderr ---
PASS tests/jest/store/modules/router.test.js
PASS tests/jest/store/modules/submission.test.js
PASS tests/jest/store/modules/zobject.test.js
PASS tests/jest/mixins/zObjectTableUtils.test.js
PASS tests/jest/store/modules/zFunction.test.js
PASS tests/jest/mixins/typeUtils.test.js
PASS tests/jest/components/default/ZObjectKeyValue.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlExpandedToggle class="ext-wikilambda-key-value-pre-button" has-expanded-mode=true expanded=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZMonolingualString class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZMonolingualString class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZMonolingualString class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasExpandedMode" with v-bind value `false` will render hasExpandedMode="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlExpandedToggle class="ext-wikilambda-key-value-pre-button" has-expanded-mode=false expanded=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZReference class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZReference class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZReference class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZString class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZString class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZString class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZCode class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZCode class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (5) 
        at <WlZCode class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (5) 
        at <WlZBoolean class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (5) 
        at <WlZBoolean class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (6) 
        at <WlZBoolean class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (6) 
        at <WlZTypedList class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (7) 
        at <WlZTypedList class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (6) 
        at <WlZTypedList class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (7) 
        at <WlZObjectType class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (7) 
        at <WlZObjectType class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (8) 
        at <WlZObjectType class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (8) 
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (8) 
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (9) 
        at <CdxSelect id=undefined selected="Z9" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z9" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Function call', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Function call', value: '', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Write operation failed: computed property "value" is readonly.

      163 | 			/**
      164 | 			 * Returns the link to the page of the selected type.
    > 165 | 			 *
          | 			  ^
      166 | 			 * @return {string}
      167 | 			 */
      168 | 			valueUrl: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as value] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit._ctx.value.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue:165:24)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <WlTextInput key=1 modelValue="string terminal value" onUpdate:modelValue=fn  ... >

      84 | 				}
      85 | 			},
    > 86 | 			/**
         | 			   ^
      87 | 			 * Returns the key that contains the string value
      88 | 			 * represented in this component.
      89 | 			 *

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at createBlock (node_modules/@vue/compat/dist/vue.cjs.js:10062:23)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZString.vue:86:265)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (10) 
        at <WlTextInput key=1 aria-label="" placeholder=""  ... > 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Write operation failed: computed property "value" is readonly.

      163 | 			/**
      164 | 			 * Returns the link to the page of the selected type.
    > 165 | 			 *
          | 			  ^
      166 | 			 * @return {string}
      167 | 			 */
      168 | 			valueUrl: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as value] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit._ctx.value.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue:165:24)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.error
      [vuex] unknown action type: setDirty

      635 | 				this.expanded = true;
      636 | 				return 'wl-z-object-key-value-set';
    > 637 | 			},
          | 			  ^
      638 |
      639 | 			/**
      640 | 			 * Logic for when to render the key delete button.

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.setDirty (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.setDirtyIfMainObject (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:637:14)
      at Proxy.setValue (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:566:12)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at emit$2 (node_modules/@vue/compat/dist/vue.cjs.js:2954:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=0 label-data= { zid: 'Z2K1', label: 'id', lang: 'Z1002' } > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "expectedType". Expected String with value "undefined", got Undefined  
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipKey" with v-bind value `false` will render skipKey="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=2 row-id=2 parent-expected-type=undefined  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=2 row-id=2 parent-expected-type=undefined  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (11) 
        at <WlZObjectKeyValue key=2 row-id=2 parent-expected-type=undefined  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

PASS tests/jest/components/widgets/FunctionEvaluator.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasHeaderAction" with v-bind value `false` will render hasHeaderAction="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasFooterAction" with v-bind value `false` will render hasFooterAction="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "inline" with v-bind value `false` will render inline="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=1 type="notice" class="ext-wikilambda-function-evaluator-message" > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "fadeIn" with v-bind value `false` will render fadeIn="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=1 type="notice" class="ext-wikilambda-function-evaluator-message" > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "autoDismiss" with v-bind value `false` will render autoDismiss="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=1 type="notice" class="ext-wikilambda-function-evaluator-message" > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZReference row-id=undefined edit=true expected-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipKey" with v-bind value `false` will render skipKey="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key="input-row-id-4" row-id=4 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key="input-row-id-4" row-id=4 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxButton action="progressive" weight="primary" disabled=false  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=1 row-id=1 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      [vuex] unknown getter: getCurrentZObjectId

      245 | 		 *
      246 | 		 * @return {string|undefined}
    > 247 | 		 */
          | 		   ^
      248 | 		errorRowId: function () {
      249 | 			if ( !this.metadataRowId ) {
      250 | 				return undefined;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getCurrentZObjectId] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getCurrentZObjectId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at resources/ext.wikilambda.edit/components/widgets/FunctionEvaluator.vue:247:27

    console.error
      [vuex] unknown getter: getCurrentZObjectType

      246 | 		 * @return {string|undefined}
      247 | 		 */
    > 248 | 		errorRowId: function () {
          | 		                         ^
      249 | 			if ( !this.metadataRowId ) {
      250 | 				return undefined;
      251 | 			}

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getCurrentZObjectType] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getCurrentZObjectType [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at resources/ext.wikilambda.edit/components/widgets/FunctionEvaluator.vue:248:29

    console.error
      [vuex] unknown getter: getUserLangZid

      248 | 		errorRowId: function () {
      249 | 			if ( !this.metadataRowId ) {
    > 250 | 				return undefined;
          | 				                 ^
      251 | 			}
      252 | 			const row = this.getMapValueByKey( this.metadataRowId, 'errors' );
      253 | 			return row ? row.id : undefined;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangZid] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangZid [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at resources/ext.wikilambda.edit/components/widgets/FunctionEvaluator.vue:250:23

    console.log
      Metrics Platform event emitted: wf.ui.callFunction - {"selectedfunctionzid":"Z10000","zobjectid":null,"zobjecttype":null,"resulthaserror":false,"zlang":null}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.error
      [vuex] unknown getter: getCurrentZObjectId

      245 | 		 *
      246 | 		 * @return {string|undefined}
    > 247 | 		 */
          | 		   ^
      248 | 		errorRowId: function () {
      249 | 			if ( !this.metadataRowId ) {
      250 | 				return undefined;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getCurrentZObjectId] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getCurrentZObjectId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at resources/ext.wikilambda.edit/components/widgets/FunctionEvaluator.vue:247:27

    console.error
      [vuex] unknown getter: getCurrentZObjectType

      246 | 		 * @return {string|undefined}
      247 | 		 */
    > 248 | 		errorRowId: function () {
          | 		                         ^
      249 | 			if ( !this.metadataRowId ) {
      250 | 				return undefined;
      251 | 			}

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getCurrentZObjectType] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getCurrentZObjectType [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at resources/ext.wikilambda.edit/components/widgets/FunctionEvaluator.vue:248:29

    console.error
      [vuex] unknown getter: getUserLangZid

      248 | 		errorRowId: function () {
      249 | 			if ( !this.metadataRowId ) {
    > 250 | 				return undefined;
          | 				                 ^
      251 | 			}
      252 | 			const row = this.getMapValueByKey( this.metadataRowId, 'errors' );
      253 | 			return row ? row.id : undefined;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangZid] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangZid [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at resources/ext.wikilambda.edit/components/widgets/FunctionEvaluator.vue:250:23

    console.log
      Metrics Platform event emitted: wf.ui.callFunction - {"selectedfunctionzid":"Z10000","zobjectid":null,"zobjecttype":null,"resulthaserror":false,"zlang":null}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/function/viewer/FunctionViewerDetails.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "showingAll" with v-bind value `false` will render showingAll="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "canApprove" with v-bind value `false` will render canApprove="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "canDeactivate" with v-bind value `false` will render canDeactivate="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isLoading" with v-bind value `false` will render isLoading="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z333',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: undefined
          },
          name: {
            title: 'Z444',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown getter: getUserLangCode

      131 | 						component: 'cdx-checkbox',
      132 | 						props: {
    > 133 | 							modelValue: Object.keys( this.implZidToState ).every( ( zid ) =>
          | 							                             ^
      134 | 								this.implZidToState[ zid ].checked ),
      135 | 							'onUpdate:modelValue': function ( newValue ) {
      136 | 								for ( const zid in this.implZidToState ) {

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.implementationBody (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:133:37)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.error
      [vuex] unknown action type: getTestResults

      366 | 					};
      367 |
    > 368 | 					for ( const zid in this.implZidToState ) {
          | 					      ^
      369 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
      370 | 							tableData[ index ][ zid ] = {
      371 | 								component: 'wl-z-function-tester-table',

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.getTestResults (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.runTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:368:12)
      at Proxy.fetchedZImplementationsAndZTesters (resources/ext.wikilambda.edit/components/function/viewer/FunctionViewerDetails.vue:379:14)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "inline" with v-bind value `false` will render inline="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=0 dismiss-button-label="Close" type="error"  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "fadeIn" with v-bind value `false` will render fadeIn="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=0 dismiss-button-label="Close" type="error"  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "autoDismiss" with v-bind value `false` will render autoDismiss="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=0 dismiss-button-label="Close" type="error"  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z444 name'
          },
          name: {
            title: 'Z444 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: true, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z111 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z222 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z333: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z444: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails zobjectId=123 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

PASS tests/jest/store/modules/zTesterResults.test.js
PASS tests/jest/components/default/ZObjectToString.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

PASS tests/jest/components/widgets/AboutEditMetadataDialog.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxDialog> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <WlTextInput modelValue="" onUpdate:modelValue=fn disabled=false  ... >

      529 | 				// If currentObject is undefined, there's no monolingual string
      530 | 				// for the given language, so we create a new monolingual string
    > 531 | 				// with the new value and append to the parent list.
          | 				                                                    ^
      532 | 				const parentRow = this.getRowByKeyPath( [
      533 | 					persistentObjectKey,
      534 | 					Constants.Z_MULTILINGUALSTRING_VALUE

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at resources/ext.wikilambda.edit/components/widgets/AboutEditMetadataDialog.vue:531:533
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ WATCH_ARRAY: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/watch.html 
        at <CdxLookup key=1 selected="Z1002" disabled=false  ... > 
        at <WlZObjectSelector edit=true disabled=false selected-zid="Z1002"  ... > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at ReactiveEffect.getter [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:4004:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4095:31)
      at Function.watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)
      at setup (node_modules/@wikimedia/codex/dist/codex.umd.js:8:11334)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) (2) 
        at <CdxTextInput modelValue="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select language"  ... >

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at Function.createVNodeWithArgsTransform [as createVNode] (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.Eo (node_modules/@wikimedia/codex/dist/codex.umd.js:8:12095)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxTextInput> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxTextInput placeholder="Select language" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=false  ... > 
        at <WlZObjectSelector edit=true disabled=false selected-zid="Z1002"  ... > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput placeholder="Select language" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=false  ... > 
        at <WlZObjectSelector edit=true disabled=false selected-zid="Z1002"  ... > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= {
        actionType: 'progressive',
        label: 'Continue to publish',
        disabled: true
      }  ... > 
        at <WlAboutEditMetadataDialog edit=false canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= {
        actionType: 'progressive',
        label: 'Continue to publish',
        disabled: true
      }  ... > 
        at <WlAboutEditMetadataDialog edit=false canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= {
        actionType: 'progressive',
        label: 'Continue to publish',
        disabled: true
      }  ... > 
        at <WlAboutEditMetadataDialog edit=false canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= {
        actionType: 'progressive',
        label: 'Continue to publish',
        disabled: true
      }  ... > 
        at <WlAboutEditMetadataDialog edit=false canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= {
        actionType: 'progressive',
        label: 'Continue to publish',
        disabled: false
      }  ... > 
        at <WlAboutEditMetadataDialog edit=false canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= {
        actionType: 'progressive',
        label: 'Continue to publish',
        disabled: false
      }  ... > 
        at <WlAboutEditMetadataDialog edit=false canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: false }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=true open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=false open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=false open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=false open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=false open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=false open=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog edit=true canEdit=false open=true  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

PASS tests/jest/store/modules/library.test.js
PASS tests/jest/components/widgets/FunctionExplorer.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ WATCH_ARRAY: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/watch.html 
        at <CdxLookup key=1 selected="Z10004" disabled=false  ... > 
        at <WlZObjectSelector key=0 type="Z8" return-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at ReactiveEffect.getter [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:4004:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4095:31)
      at Function.watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)
      at setup (node_modules/@wikimedia/codex/dist/codex.umd.js:8:11334)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <CdxTextInput modelValue="Some Label" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select function"  ... >

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at Function.createVNodeWithArgsTransform [as createVNode] (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.Eo (node_modules/@wikimedia/codex/dist/codex.umd.js:8:12095)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxTextInput> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxTextInput placeholder="Select function" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected="Z10004" disabled=false  ... > 
        at <WlZObjectSelector key=0 type="Z8" return-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput placeholder="Select function" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected="Z10004" disabled=false  ... > 
        at <WlZObjectSelector key=0 type="Z8" return-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.error
      Error: Not implemented: window.open
          at module.exports (/src/repo/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
          at /src/repo/node_modules/jsdom/lib/jsdom/browser/Window.js:866:7
          at /src/repo/node_modules/jest-mock/build/index.js:850:25
          at /src/repo/node_modules/jest-mock/build/index.js:445:39
          at /src/repo/node_modules/jest-mock/build/index.js:453:13
          at open (/src/repo/node_modules/jest-mock/build/index.js:170:19)
          at Proxy.navigateToFunction (/src/repo/resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:123:14)
          at callWithErrorHandling (/src/repo/node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
          at callWithAsyncErrorHandling (/src/repo/node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
          at emit$2 (/src/repo/node_modules/@vue/compat/dist/vue.cjs.js:2954:9) undefined

      at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
      at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
      at node_modules/jsdom/lib/jsdom/browser/Window.js:866:7

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "functionisUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      208 | 				if ( !args ) {
      209 | 					return [];
    > 210 | 				}
          | 				 ^
      211 |
      212 | 				return args.map( ( arg ) => {
      213 | 					const typeZid = this.typeToString( arg[ Constants.Z_ARGUMENT_TYPE ] );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.functionisUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:210:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "functionisUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      208 | 				if ( !args ) {
      209 | 					return [];
    > 210 | 				}
          | 				 ^
      211 |
      212 | 				return args.map( ( arg ) => {
      213 | 					const typeZid = this.typeToString( arg[ Constants.Z_ARGUMENT_TYPE ] );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.functionisUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:210:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "functionisUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      208 | 				if ( !args ) {
      209 | 					return [];
    > 210 | 				}
          | 				 ^
      211 |
      212 | 				return args.map( ( arg ) => {
      213 | 					const typeZid = this.typeToString( arg[ Constants.Z_ARGUMENT_TYPE ] );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.functionisUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:210:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "functionisUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      208 | 				if ( !args ) {
      209 | 					return [];
    > 210 | 				}
          | 				 ^
      211 |
      212 | 				return args.map( ( arg ) => {
      213 | 					const typeZid = this.typeToString( arg[ Constants.Z_ARGUMENT_TYPE ] );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.functionisUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:210:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true implementation="Z14K3"  ... > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer functionZid="Z10004" edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:228:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:236:22
      at renderList (node_modules/@vue/compat/dist/vue.cjs.js:5490:22)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:230:777
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "outputTypeIsUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      252 | 				return this.getLabelOrUntitledObject( this.outputTypeZid ).isUntitled;
      253 | 			},
    > 254 | 			resetButtonDisabled: function () {
          | 			                                  ^
      255 | 				return this.currentFunctionZid === this.functionZid;
      256 | 			}
      257 | 		}

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.outputTypeIsUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:254:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "getUserLangCode" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=false has-footer-action=false > 
        at <WlFunctionExplorer functionZid="Z10004" edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      118 | 						class="ext-wikilambda-function-explorer-dark-link"
      119 | 						:class="{ 'ext-wikilambda-function-explorer-untitled': outputTypeIsUntitled }"
    > 120 | 						:href="getWikiUrl( outputTypeZid )"
          | 						                       ^
      121 | 						data-testid="function-output">
      122 | 						{{ outputType }}
      123 | 					</a>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.getWikiUrl (resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:120:30)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:256:20
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: Computed property "resetIcon" is already defined in Data. 
        at <WlFunctionExplorer edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at node_modules/@vue/compat/dist/vue.cjs.js:6139:13
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6273:17)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10759:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      265 | 		 */
      266 | 		getLabelOrUntitledObject( zid ) {
    > 267 | 			const labelData = this.getLabelData( zid );
          | 			                                           ^
      268 |
      269 | 			return {
      270 | 				isUntitled: !labelData,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:267:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "resetButtonDisabled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      267 | 			const labelData = this.getLabelData( zid );
      268 |
    > 269 | 			return {
          | 			        ^
      270 | 				isUntitled: !labelData,
      271 | 				text: labelData ? labelData.label : this.$i18n( 'wikilambda-editor-default-name' ).text()
      272 | 			};

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.resetButtonDisabled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:269:24
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:45:222
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="" disabled=undefined  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown action type: fetchZids

      401 | 			 *
      402 | 			 * @param {string} input
    > 403 | 			 */
          | 			   ^
      404 | 			onInput: function ( input ) {
      405 | 				this.inputValue = input;
      406 | 				this.clearFieldErrors();

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.fetchZids (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:403:10)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)
      at Array.hook.__weh.hook.__weh (node_modules/@vue/compat/dist/vue.cjs.js:4964:29)
      at flushPostFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2073:47)

PASS tests/jest/components/function/viewer/FunctionViewerAboutAliases.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

PASS tests/jest/components/widgets/About.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxDialog> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <WlTextInput modelValue="" onUpdate:modelValue=fn disabled=true  ... >

      529 | 				// If currentObject is undefined, there's no monolingual string
      530 | 				// for the given language, so we create a new monolingual string
    > 531 | 				// with the new value and append to the parent list.
          | 				                                                    ^
      532 | 				const parentRow = this.getRowByKeyPath( [
      533 | 					persistentObjectKey,
      534 | 					Constants.Z_MULTILINGUALSTRING_VALUE

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at resources/ext.wikilambda.edit/components/widgets/AboutEditMetadataDialog.vue:531:533
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ WATCH_ARRAY: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/watch.html 
        at <CdxLookup key=1 selected="Z1002" disabled=false  ... > 
        at <WlZObjectSelector edit=true disabled=false selected-zid="Z1002"  ... > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at ReactiveEffect.getter [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:4004:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4095:31)
      at Function.watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)
      at setup (node_modules/@wikimedia/codex/dist/codex.umd.js:8:11334)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) (2) 
        at <CdxTextInput modelValue="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select language"  ... >

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at Function.createVNodeWithArgsTransform [as createVNode] (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.Eo (node_modules/@wikimedia/codex/dist/codex.umd.js:8:12095)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxTextInput> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxTextInput placeholder="Select language" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=false  ... > 
        at <WlZObjectSelector edit=true disabled=false selected-zid="Z1002"  ... > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput placeholder="Select language" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=false  ... > 
        at <WlZObjectSelector edit=true disabled=false selected-zid="Z1002"  ... > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-edit-metadata" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.error
      [vuex] unknown getter: isNewZObject

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					             ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isNewZObject] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isNewZObject [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:19)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      44 | 				<!-- Description block -->
      45 | 				<div
    > 46 | 					v-if="hasDescription"
         | 					                     ^
      47 | 					class="ext-wikilambda-about-description"
      48 | 				>
      49 | 					<div class="ext-wikilambda-about-title">

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as isUserLoggedIn] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isUserLoggedIn [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.canEditObject (resources/ext.wikilambda.edit/components/widgets/About.vue:46:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=undefined edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "canEdit". Expected Boolean, got Undefined  
        at <WlAboutViewLanguagesDialog can-edit=undefined open=true onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=true onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=undefined open=true onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=true > 
        at <WlAboutWidget edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

PASS tests/jest/languageselector/LanguageSelector.test.js
  ● Console

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] initia-input-value=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-0" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-0" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-1" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-1" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="it" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="it" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-6" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-6" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-7" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-7" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-7" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-7" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-11" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-11" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-12" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-12" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      256 | 		 * selector section
      257 | 		 *
    > 258 | 		 * @param {Object} e
          | 		                 ^
      259 | 		 */
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:258:20)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "selectedLanguage" was accessed during render but is not defined on instance. 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      257 | 		 *
      258 | 		 * @param {Object} e
    > 259 | 		 */
          | 		   ^
      260 | 		handleClick: function ( e ) {
      261 | 			const parent = document.getElementById( 'ext-wikilambda-page-language-selector' );
      262 | 			if ( e.target !== parent && !parent.contains( e.target ) ) {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.selectedLanguage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.languageselector/components/LanguageSelector.vue:259:32)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-13" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "selected". Expected String | Number | Null, got Undefined  
        at <CdxMenu id="cdx-lookup-menu-13" ref="menu" selected=undefined  ... > 
        at <CdxLookup class="ext-wikilambda-page-language-selector__lookup" selected=undefined initia-input-value=undefined  ... > 
        at <WlLanguageSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

PASS tests/jest/components/widgets/PublishDialog.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hideLabel" with v-bind value `false` will render hideLabel="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isFieldset" with v-bind value `false` will render isFieldset="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <CdxTextInput modelValue="" onUpdate:modelValue=fn class="ext-wikilambda-publishdialog__summary-input"  ... >

      262 | 					undefined;
      263 |
    > 264 | 				const payload = {
          | 				                 ^
      265 | 					rowId: 0,
      266 | 					errorType: Constants.errorTypes.ERROR,
      267 | 					errorMessage,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:264:39
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "visuallyHidden" with v-bind value `false` will render visuallyHidden="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxLabel id="cdx-label-2" icon="" visually-hidden=false  ... > 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isLegend" with v-bind value `false` will render isLegend="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxLabel id="cdx-label-2" icon="" visually-hidden=false  ... > 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxLabel id="cdx-label-2" icon="" visually-hidden=false  ... > 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <CdxTextInput class="ext-wikilambda-publishdialog__summary-input" aria-label="Edit summary" placeholder="Enter short summary"  ... > 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "clearable" with v-bind value `false` will render clearable="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput class="ext-wikilambda-publishdialog__summary-input" aria-label="Edit summary" placeholder="Enter short summary"  ... > 
        at <CdxField> 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.error
      [vuex] unknown action type: setDirty

      144 | 		 * the action of the secondary (cancel) button.
      145 | 		 *
    > 146 | 		 * @return {Object}
          | 		         ^
      147 | 		 */
      148 | 		defaultAction: function () {
      149 | 			return {

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.setDirty (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.successfulExit (resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:146:12)
      at resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:166:14

    console.error
      Error: Not implemented: navigation (except hash changes)
          at module.exports (/src/repo/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
          at navigateFetch (/src/repo/node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3)
          at exports.navigate (/src/repo/node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3)
          at LocationImpl._locationObjectNavigate (/src/repo/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5)
          at LocationImpl._locationObjectSetterNavigate (/src/repo/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:25:17)
          at LocationImpl.set href [as href] (/src/repo/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:47:10)
          at Location.set href [as href] (/src/repo/node_modules/jsdom/lib/jsdom/living/generated/Location.js:121:37)
          at Proxy.successfulExit (/src/repo/resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:148:27)
          at /src/repo/resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:166:14
          at processTicksAndRejections (node:internal/process/task_queues:95:5) undefined

      at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
      at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
      at navigateFetch (node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3)
      at exports.navigate (node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3)
      at LocationImpl._locationObjectNavigate (node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5)
      at LocationImpl._locationObjectSetterNavigate (node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:25:17)
      at LocationImpl.set href [as href] (node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:47:10)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.error
      [vuex] unknown action type: setDirty

      144 | 		 * the action of the secondary (cancel) button.
      145 | 		 *
    > 146 | 		 * @return {Object}
          | 		         ^
      147 | 		 */
      148 | 		defaultAction: function () {
      149 | 			return {

      at Store.dispatch (node_modules/vuex/dist/vuex.cjs.js:1015:15)
      at Store.boundDispatch [as dispatch] (node_modules/vuex/dist/vuex.cjs.js:916:21)
      at Proxy.setDirty (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.successfulExit (resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:146:12)
      at resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:166:14

    console.error
      Error: Not implemented: navigation (except hash changes)
          at module.exports (/src/repo/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
          at navigateFetch (/src/repo/node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3)
          at exports.navigate (/src/repo/node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3)
          at LocationImpl._locationObjectNavigate (/src/repo/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5)
          at LocationImpl._locationObjectSetterNavigate (/src/repo/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:25:17)
          at LocationImpl.set href [as href] (/src/repo/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:47:10)
          at Location.set href [as href] (/src/repo/node_modules/jsdom/lib/jsdom/living/generated/Location.js:121:37)
          at Proxy.successfulExit (/src/repo/resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:148:27)
          at /src/repo/resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue:166:14 undefined

      at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
      at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
      at navigateFetch (node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3)
      at exports.navigate (node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3)
      at LocationImpl._locationObjectNavigate (node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5)
      at LocationImpl._locationObjectSetterNavigate (node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:25:17)
      at LocationImpl.set href [as href] (node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:47:10)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.publish - {"isnewzobject":false,"zobjectid":"Z10001","zobjecttype":"Z14","implementationtype":"Z14K3","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "inline" with v-bind value `false` will render inline="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key="dialog-error-0" class="ext-wikilambda-publishdialog__error" type="error" > 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true functionSignatureChanged=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "fadeIn" with v-bind value `false` will render fadeIn="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key="dialog-error-0" class="ext-wikilambda-publishdialog__error" type="error" > 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true functionSignatureChanged=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "autoDismiss" with v-bind value `false` will render autoDismiss="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key="dialog-error-0" class="ext-wikilambda-publishdialog__error" type="error" > 
        at <Transition> 
        at <CdxDialog open=true title="Publish your changes" close-button-label="Close"  ... > 
        at <WlPublishDialog showDialog=true functionSignatureChanged=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":true}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/widgets/FunctionReport.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "reportType" 
        at <WlFunctionReportWidget zFunctionId="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "rootZid" 
        at <WlFunctionReportWidget zFunctionId="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ WATCH_ARRAY: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/watch.html 
        at <WlFunctionReportWidget zFunctionId="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at ReactiveEffect.getter [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:4004:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4095:31)
      at watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)
      at createWatcher (node_modules/@vue/compat/dist/vue.cjs.js:6421:9)

    console.warn
      [Vue warn]: Missing required prop: "reportType" 
        at <WlFunctionReportWidget zFunctionId="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "rootZid" 
        at <WlFunctionReportWidget zFunctionId="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z0" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z0" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxDialog> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z0" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z0" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z0" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10001" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10001" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10002" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10002" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10002" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10002" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10004" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10004" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z0" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z0" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10002" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10002" reportType="Z20"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10004" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget zFunctionId="Z10000" rootZid="Z10004" reportType="Z14"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/components/default/ZImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=0 row-id=0 skip-indent=true  ... > 
        at <WlZImplementation edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipKey" with v-bind value `false` will render skipKey="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=0 row-id=0 skip-indent=true  ... > 
        at <WlZImplementation edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=1 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "fadeIn" with v-bind value `false` will render fadeIn="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=0 inline=true > 
        at <WlZImplementation edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "autoDismiss" with v-bind value `false` will render autoDismiss="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage key=0 inline=true > 
        at <WlZImplementation edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <CdxRadio key="radio-Z14K3" modelValue="Z14K2" onUpdate:modelValue=fn  ... >

      183 |
      184 | 			/**
    > 185 | 			 * Whether the implementation content is of type builtin (Z14K4)
          | 			                                                   ^
      186 | 			 *
      187 | 			 * @return {boolean}
      188 | 			 */

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at createBlock (node_modules/@vue/compat/dist/vue.cjs.js:10062:23)
      at resources/ext.wikilambda.edit/components/default-view-types/ZImplementation.vue:185:55

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxRadio key="radio-Z14K3" input-value="Z14K3" name="implementation-radios-0"  ... > 
        at <WlZImplementation edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/integration/CreateNewTester.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      91 |
      92 | 	it.only( 'allows creating a new tester', async () => {
    > 93 | 		const { findByRole, findByTestId } = render( App, {
         | 		                                     ^
      94 | 			global: { plugins: [ store ], stubs: { WlFunctionEvaluatorWidget: true } }
      95 | 		} );
      96 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewTester.test.js:93:40)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=true open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="ext-wikilambda-function-explorer-disabled" disabled=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer key=0 function-zid="Z12345" edit=true  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="function name, in Chinese" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select function"  ... > 
        at <CdxLookup key=1 selected="Z12345" disabled=false  ... > 
        at <WlZObjectSelector key=0 type="Z8" return-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer key=0 function-zid="Z12345" edit=true  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZReference class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectToString row-id=51 class="" edit=true  ... > 
        at <WlZFunctionCall class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZObjectToString row-id=51 class="" edit=true  ... > 
        at <WlZFunctionCall class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget key=1 z-function-id="Z12345" root-zid="Z0"  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget key=1 z-function-id="Z12345" root-zid="Z0"  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "forImplementation" with v-bind value `false` will render forImplementation="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEvaluatorWidget key=2 function-zid="Z12345" content-row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.log
      Metrics Platform event emitted: wf.ui.defaultView.load - {"edit":true,"zobjecttype":"Z20","isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"default-view","isnewzobject":true,"loadtime":512}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Function call', value: 'Z7', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-7" ref="menu" selected="Z7"  ... > 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Function call', value: 'Z7', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-7" ref="menu" selected="Z7"  ... > 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Function call', value: 'Z7', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Function call', value: 'Z7', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=55 row-id=55 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=65 row-id=65 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=65 row-id=65 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (5) 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=65 row-id=65 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=68 row-id=68 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=55 row-id=55 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=59 row-id=59 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=62 row-id=62 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=55 row-id=55 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=65 row-id=65 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=68 row-id=68 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true row-id=51  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=71 row-id=71 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=59 row-id=59 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=62 row-id=62 parent-expected-type="Z7"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 skip-key=true row-id=58  ... > 
        at <WlZTester class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition> 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editTester.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z20","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/default/ZObjectType.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Argument declaration', value: 'Z9', icon: undefined },
        {
          label: 'Argument declaration',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Argument declaration', value: '', icon: undefined }
      ]  ... > 
        at <WlZObjectType edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZObjectSelector key=0 edit=true row-id=0  ... > 
        at <WlZObjectType edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Write operation failed: computed property "value" is readonly.

      163 | 			/**
      164 | 			 * Returns the link to the page of the selected type.
    > 165 | 			 *
          | 			  ^
      166 | 			 * @return {string}
      167 | 			 */
      168 | 			valueUrl: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as value] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit._ctx.value.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue:165:24)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

PASS tests/jest/integration/CreateNewCompositionImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      28 |
      29 | 	it( 'should allow you to create a new composition implementation', async () => {
    > 30 | 		const { getByTestId, findByTestId, getAllByTestId } = render( App, {
         | 		                                                      ^
      31 | 			global: { plugins: [ store ], stubs: { WlFunctionEvaluatorWidget: true } }
      32 | 		} );
      33 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewCompositionImplementation.test.js:30:57)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=true open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="ext-wikilambda-function-explorer-disabled" disabled=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer key=0 function-zid="Z12345" edit=true  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="function name, in Chinese" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select function"  ... > 
        at <CdxLookup key=1 selected="Z12345" disabled=false  ... > 
        at <WlZObjectSelector key=0 type="Z8" return-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer key=0 function-zid="Z12345" edit=true  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZReference class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectToString row-id=51 class="" edit=true  ... > 
        at <WlZFunctionCall class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZObjectToString row-id=51 class="" edit=true  ... > 
        at <WlZFunctionCall class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget key=1 z-function-id="Z12345" root-zid="Z0"  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget key=1 z-function-id="Z12345" root-zid="Z0"  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.log
      Metrics Platform event emitted: wf.ui.defaultView.load - {"edit":true,"zobjecttype":"Z14","isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"default-view","isnewzobject":true,"loadtime":504}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        {
          label: 'Argument reference',
          value: 'Z18',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Object', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-11" ref="menu" selected="Z7"  ... > 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        {
          label: 'Argument reference',
          value: 'Z18',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Object', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-11" ref="menu" selected="Z7"  ... > 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        {
          label: 'Argument reference',
          value: 'Z18',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Object', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxSelect id=undefined selected="Z7" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z7" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        {
          label: 'Argument reference',
          value: 'Z18',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'Object', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=55 row-id=55 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (5) 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=55 row-id=55 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=59 row-id=59 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=60 row-id=60 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Write operation failed: computed property "value" is readonly.

      163 | 			/**
      164 | 			 * Returns the link to the page of the selected type.
    > 165 | 			 *
          | 			  ^
      166 | 			 * @return {string}
      167 | 			 */
      168 | 			valueUrl: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as value] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit._ctx.value.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue:165:24)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Write operation failed: computed property "value" is readonly.

      163 | 			/**
      164 | 			 * Returns the link to the page of the selected type.
    > 165 | 			 *
          | 			  ^
      166 | 			 * @return {string}
      167 | 			 */
      168 | 			valueUrl: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as value] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit._ctx.value.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue:165:24)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=55 row-id=55 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=67 row-id=67 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (5) 
        at <WlZArgumentReference class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=67 row-id=67 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (6) 
        at <WlZArgumentReference class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=67 row-id=67 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=64 row-id=64 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Write operation failed: computed property "argumentKey" is readonly.

      151 | 	),
      152 | 	methods: {
    > 153 | 		/**
          | 		   ^
      154 | 		 * Emits the event setValue so that ZObjectKey can update
      155 | 		 * the terminal value in the ZObject data table. This component can
      156 | 		 * be shown both in the collapsed version (hence set the value of the

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as argumentKey] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZArgumentReference.vue:153:30)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Write operation failed: computed property "argumentKey" is readonly.

      151 | 	),
      152 | 	methods: {
    > 153 | 		/**
          | 		   ^
      154 | 		 * Emits the event setValue so that ZObjectKey can update
      155 | 		 * the terminal value in the ZObject data table. This component can
      156 | 		 * be shown both in the collapsed version (hence set the value of the

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as argumentKey] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZArgumentReference.vue:153:30)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=62 row-id=62 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=63 row-id=63 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Write operation failed: computed property "value" is readonly.

      163 | 			/**
      164 | 			 * Returns the link to the page of the selected type.
    > 165 | 			 *
          | 			  ^
      166 | 			 * @return {string}
      167 | 			 */
      168 | 			valueUrl: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as value] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit._ctx.value.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue:165:24)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Write operation failed: computed property "value" is readonly.

      163 | 			/**
      164 | 			 * Returns the link to the page of the selected type.
    > 165 | 			 *
          | 			  ^
      166 | 			 * @return {string}
      167 | 			 */
      168 | 			valueUrl: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as value] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit._ctx.value.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue:165:24)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=52 row-id=52 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=55 row-id=55 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=67 row-id=67 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=64 row-id=64 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=58 row-id=58 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=73 row-id=73 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=70 row-id=70 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=61 row-id=61 parent-expected-type="Z1"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Write operation failed: computed property "argumentKey" is readonly.

      151 | 	),
      152 | 	methods: {
    > 153 | 		/**
          | 		   ^
      154 | 		 * Emits the event setValue so that ZObjectKey can update
      155 | 		 * the terminal value in the ZObject data table. This component can
      156 | 		 * be shown both in the collapsed version (hence set the value of the

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as argumentKey] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZArgumentReference.vue:153:30)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Write operation failed: computed property "argumentKey" is readonly.

      151 | 	),
      152 | 	methods: {
    > 153 | 		/**
          | 		   ^
      154 | 		 * Emits the event setValue so that ZObjectKey can update
      155 | 		 * the terminal value in the ZObject data table. This component can
      156 | 		 * be shown both in the collapsed version (hence set the value of the

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as argumentKey] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZArgumentReference.vue:153:30)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition> 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z14","implementationtype":"Z14K2","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/widgets/Publish.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "showDialog" with v-bind value `false` will render showDialog="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlPublishDialog show-dialog=false function-signature-changed=false onCloseDialog=fn<bound closePublishDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-publish-widget" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-publish-widget" > 
        at <WlPublishWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "functionSignatureChanged" with v-bind value `false` will render functionSignatureChanged="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlPublishDialog show-dialog=false function-signature-changed=false onCloseDialog=fn<bound closePublishDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-publish-widget" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-publish-widget" > 
        at <WlPublishWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlLeaveEditorDialog show-dialog=false continue-callback=undefined onCloseDialog=fn<bound closeLeaveDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-publish-widget" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-publish-widget" > 
        at <WlPublishWidget ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":"Z14K3","zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.cancel - {"isnewzobject":false,"zobjectid":"Z10001","zobjecttype":"Z14","implementationtype":"Z14K3","zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/widgets/AboutViewLanguagesDialog.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxDialog> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <CdxSearchInput modelValue="" onUpdate:modelValue= [ [Function (anonymous)], [Function: bound onUpdateSearchTerm] ] placeholder="Search language" >

      267 | 				// Compile information for every search result
      268 | 				this.lookupResults = payload
    > 269 | 					.map( ( result ) => {
          | 					                     ^
      270 | 						const name = this.getZPersistentName( result.page_title );
      271 | 						allZids.push( result.page_title );
      272 | 						return {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at resources/ext.wikilambda.edit/components/widgets/AboutViewLanguagesDialog.vue:269:217
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) (2) 
        at <CdxTextInput ref="textInput" modelValue="" onUpdate:modelValue=fn  ... >

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at Function.createVNodeWithArgsTransform [as createVNode] (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.Oo (node_modules/@wikimedia/codex/dist/codex.umd.js:8:16376)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxTextInput> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxTextInput ref="textInput" class="cdx-search-input__text-input" input-type="search"  ... > 
        at <CdxSearchInput placeholder="Search language" value="" onModelCompat:input= [ [Function (anonymous)], [Function: bound onUpdateSearchTerm] ] > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition class="ext-wikilambda-about-language-list" style= {} > 
        at <CdxDialog open=true class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: true }  ... > 
        at <WlAboutViewLanguagesDialog open=true canEdit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

PASS tests/jest/mixins/schemata.test.js
PASS tests/jest/components/function/editor/FunctionEditorInputsItem.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectSelector key=1 class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__selector" disabled=false  ... > 
        at <WlFunctionEditorInputsItem rowId=1 index=0 isMainLanguageBlock=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxTextInput model-value="" class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__label" placeholder="Enter label"  ... > 
        at <WlFunctionEditorInputsItem rowId=1 index=0 isMainLanguageBlock=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "clearable" with v-bind value `false` will render clearable="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput model-value="" class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__label" placeholder="Enter label"  ... > 
        at <WlFunctionEditorInputsItem rowId=1 index=0 isMainLanguageBlock=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/default/ZArgumentReference.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlSelect key=1 selected="Z10001K1" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ]  ... > 
        at <WlZArgumentReference edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Write operation failed: computed property "argumentKey" is readonly.

      151 | 	),
      152 | 	methods: {
    > 153 | 		/**
          | 		   ^
      154 | 		 * Emits the event setValue so that ZObjectKey can update
      155 | 		 * the terminal value in the ZObject data table. This component can
      156 | 		 * be shown both in the collapsed version (hence set the value of the

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as argumentKey] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZArgumentReference.vue:153:30)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

    console.warn
      [Vue warn]: Write operation failed: computed property "argumentKey" is readonly.

      151 | 	),
      152 | 	methods: {
    > 153 | 		/**
          | 		   ^
      154 | 		 * Emits the event setValue so that ZObjectKey can update
      155 | 		 * the terminal value in the ZObject data table. This component can
      156 | 		 * be shown both in the collapsed version (hence set the value of the

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at ComputedRefImpl.set [as _setter] (node_modules/@vue/compat/dist/vue.cjs.js:6259:25)
      at ComputedRefImpl.set value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1701:14)
      at Object.set [as argumentKey] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at _ctx.edit.onUpdate:selected._cache.<computed> (resources/ext.wikilambda.edit/components/default-view-types/ZArgumentReference.vue:153:30)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:22)
      at callWithAsyncErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1885:21)

PASS tests/jest/integration/EditFunction.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      46 | 			findAllByTestId,
      47 | 			getByText
    > 48 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      49 |
      50 | 		// ACT: Get the language blocks
      51 | 		let languageBlocks = await findAllByTestId( 'function-editor-language-block' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/EditFunction.test.js:48:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":false,"loadtime":155}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="Chinese" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1006" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 128, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "function-signature-changed" with v-bind value `false` will render function-signature-changed="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8501:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z6" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-3" ref="menu" selected="Z6"  ... > 
        at <CdxLookup key=1 selected="Z6" disabled=false  ... > 
        at <WlZObjectSelector key=1 class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__selector" disabled=false  ... > 
        at <WlFunctionEditorInputsItem key="input-item-Z1006-1" data-testid="function-editor-input-item" row-id=15  ... > 
        at <WlFunctionEditorInputs data-testid="function-editor-inputs" is-mobile=false z-language="Z1006"  ... > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z31" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-3" ref="menu" selected="Z6"  ... > 
        at <CdxLookup key=1 selected="Z6" disabled=false  ... > 
        at <WlZObjectSelector key=1 class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__selector" disabled=false  ... > 
        at <WlFunctionEditorInputsItem key="input-item-Z1006-1" data-testid="function-editor-input-item" row-id=15  ... > 
        at <WlFunctionEditorInputs data-testid="function-editor-inputs" is-mobile=false z-language="Z1006"  ... > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [
        { id: 128, value: 'function alias, in Chinese' },
        { id: 139, value: 'second function alias, in Chinese' }
      ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [
        { id: 128, value: 'function alias, in Chinese' },
        { id: 139, value: 'second function alias, in Chinese' }
      ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__input" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [
        { id: 128, value: 'function alias, in Chinese' },
        { id: 139, value: 'second function alias, in Chinese' }
      ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [
        { id: 128, value: 'function alias, in Chinese' },
        { id: 139, value: 'second function alias, in Chinese' }
      ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [ { id: 173, value: 'function alias, in French' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/integration/FunctionEditorEdgeCases.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      44 | 			getByText,
      45 | 			queryByRole
    > 46 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      47 |
      48 | 		// ACT: Select Chinese as the natural language.
      49 | 		const languageSelector = await findByTestId( 'function-editor-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/FunctionEditorEdgeCases.test.js:46:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":505}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "function-signature-changed" with v-bind value `false` will render function-signature-changed="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8501:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1006" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1006" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 113, value: 'first function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/store/modules/errors.test.js
PASS tests/jest/components/function/editor/FunctionEditorName.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput id="ext-wikilambda-function-definition-name__inputZ1002" model-value="Function name" class="ext-wikilambda-function-definition-name__input"  ... > 
        at <WlFunctionEditorName zLanguage="Z1002" isMainLanguageBlock=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "clearable" with v-bind value `false` will render clearable="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput id="ext-wikilambda-function-definition-name__inputZ1002" model-value="Function name" class="ext-wikilambda-function-definition-name__input"  ... > 
        at <WlFunctionEditorName zLanguage="Z1002" isMainLanguageBlock=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/store/modules/zTesters.test.js
PASS tests/jest/integration/CreateNewFunction.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      44 | 			getAllByTestId,
      45 | 			getByText
    > 46 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      47 |
      48 | 		// ACT: Select Chinese as the natural language.
      49 | 		const languageSelector = await findByTestId( 'function-editor-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:46:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":506}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "function-signature-changed" with v-bind value `false` will render function-signature-changed="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8501:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1006" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1006" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-2" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=1 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=1 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__input" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=1 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [ { id: 187, value: 'function alias, in French' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [ { id: 187, value: 'function alias, in French' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [ { id: 187, value: 'function alias, in French' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 115, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [ { id: 187, value: 'function alias, in French' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=1 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/function/editor/FunctionEditorAliases.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 1, value: 'alias 1' }, { id: 2, value: 'alias 2' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 1, value: 'alias 1' }, { id: 2, value: 'alias 2' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 1, value: 'alias 1' }, { id: 2, value: 'alias 2' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 1, value: 'alias 1' }, { id: 2, value: 'alias 2' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 1, value: 'alias 1' }, { id: 2, value: 'alias 2' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 1, value: 'alias 1' }, { id: 2, value: 'alias 2' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 1, value: 'alias 1' }, { id: 2, value: 'alias 2' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 2, value: 'existing alias' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 2, value: 'existing alias' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 2, value: 'existing alias' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 2, value: 'existing alias' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 2, value: 'existing alias' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 2, value: 'existing alias' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [ { id: 2, value: 'existing alias' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/components/default/ZEvaluationResult.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "open" with v-bind value `false` will render open="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=1 > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=1 > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=1 > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=1 > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=1 > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=1 > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=1 > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hideTitle" with v-bind value `false` will render hideTitle="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "stackedActions" with v-bind value `false` will render stackedActions="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Undefined  
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "errorText" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      170 | 		 *
      171 | 		 * @return {string}
    > 172 | 		 */
          | 		   ^
      173 | 		closeLabel: function () {
      174 | 			return this.$i18n( 'wikilambda-toast-close' ).text();
      175 | 		},

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.errorText [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:172:17)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "title". Expected String with value "undefined", got Undefined  
        at <CdxDialog key=0 open=false class="ext-wikilambda-evaluation-result-error-dialog"  ... > 
        at <WlZEvaluationResult edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/integration/RunFunctionCall.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      31 | 	it( 'allows choosing a function and calling it', async () => {
      32 | 		const { findByRole, findByText, findByTestId } =
    > 33 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      34 |
      35 | 		// ACT: Select a function
      36 | 		const functionSelectorBlock = await findByTestId( 'function-evaluator-call' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/RunFunctionCall.test.js:33:4)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select function"  ... > 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector key=1 edit=true disabled=false  ... > 
        at <WlZReference row-id=undefined edit=true expected-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-evaluator","isnewzobject":true,"loadtime":-46039478319}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z12345" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-0" ref="menu" selected=null  ... > 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector key=1 edit=true disabled=false  ... > 
        at <WlZReference row-id=11 edit=true expected-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z12345" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-0" ref="menu" selected=null  ... > 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector key=1 edit=true disabled=false  ... > 
        at <WlZReference row-id=11 edit=true expected-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=16 row-id=16 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxSelect id=undefined selected="Z6" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z6" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'String', value: 'Z6', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=16 row-id=16 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxSelect id=undefined selected="Z6" onUpdate:selected= [
        [Function (anonymous)],
        [Function (anonymous)],
        [Function: bound setValue]
      ]  ... > 
        at <WlSelect selected="Z6" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Reference', value: 'Z9', icon: undefined },
        {
          label: 'Function call',
          value: 'Z7',
          icon: '<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>'
        },
        { label: 'String', value: 'Z6', icon: undefined }
      ]  ... > 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=16 row-id=16 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZObjectType class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=16 row-id=16 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZObjectKeyValue key=16 row-id=16 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=17 row-id=17 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=17 row-id=17 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=19 row-id=19 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=20 row-id=20 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=20 row-id=20 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=16 row-id=16 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=17 row-id=17 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-15" row-id=15 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=19 row-id=19 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=20 row-id=20 parent-expected-type="Z6"  ... > 
        at <WlZObjectKeyValueSet class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-18" row-id=18 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.log
      Metrics Platform event emitted: wf.ui.callFunction - {"selectedfunctionzid":"Z12345","zobjectid":"Z0","zobjecttype":null,"resulthaserror":false,"zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Missing required prop: "edit" 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=24 > 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=0 skip-key=true row-id=24 > 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog ext-wikilambda-evaluation-result-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "activeImplementationLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      159 | 		 *
      160 | 		 * @return {Object | undefined}
    > 161 | 		 */
          | 		   ^
      162 | 		metadata: function () {
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeImplementationLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:161:34)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "activeTesterLabel" was accessed during render but is not defined on instance. 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      160 | 		 * @return {Object | undefined}
      161 | 		 */
    > 162 | 		metadata: function () {
          | 		                       ^
      163 | 			return this.hasMetadata ?
      164 | 				canonicalize( this.getZObjectAsJsonById( this.metadataRowId ) ) :
      165 | 				undefined;

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.activeTesterLabel [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZEvaluationResult.vue:162:26)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog ext-wikilambda-evaluation-result-metadata-dialog" open=true onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=true class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition> 
        at <CdxDialog class="ext-wikilambda-metadata-dialog ext-wikilambda-evaluation-result-metadata-dialog" open=true onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=true class="ext-wikilambda-evaluation-result-metadata-dialog" implementation-label=undefined  ... > 
        at <WlZEvaluationResult class="" edit=false disabled=false  ... > 
        at <WlZObjectKeyValue key=1 row-id=14 skip-indent=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget> 
        at <WlFunctionEvaluator onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

PASS tests/jest/components/default/ZCode.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlSelect key=1 selected="python" onUpdate:selected=fn  ... > 
        at <WlZCode edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "readOnly" with v-bind value `false` will render readOnly="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CodeEditor class="ext-wikilambda-code__code-editor" mode="python" read-only=false  ... > 
        at <WlZCode edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/function/viewer/FunctionViewerAbout.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

PASS tests/jest/components/function/viewer/FunctionViewerDetailsSidebar.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.error
      [vuex] unknown getter: getUserLangCode

      200 | 								title: '',
      201 | 								component: 'span',
    > 202 | 								class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          | 								                          ^
      203 | 							},
      204 | 							text: {
      205 | 								title: monolingualStringValue.value,

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.formattedBodyData (resources/ext.wikilambda.edit/components/function/viewer/details/FunctionViewerDetailsSidebar.vue:202:35)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hideHeader" with v-bind value `false` will render hideHeader="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable class="ext-wikilambda-function-viewer-details-sidebar__table" header= {
        label: {
          title: 'Function definition',
          component: 'span',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold'
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header ext-wikilambda-function-viewer-details-sidebar__table__expanded',
          colspan: 2
        },
        language: '',
        text: {
          title: 'Edit',
          component: 'cdx-button',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold',
            weight: 'quiet',
            action: 'progressive',
            onClick: [Function: bound handleEditClick]
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header'
        }
      } body= [
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          text: ''
        },
        {
          label: {
            title: 'Output',
            component: 'span',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: undefined,
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        }
      ] > 
        at <WlFunctionViewerDetailsSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isBordered" with v-bind value `false` will render isBordered="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable class="ext-wikilambda-function-viewer-details-sidebar__table" header= {
        label: {
          title: 'Function definition',
          component: 'span',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold'
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header ext-wikilambda-function-viewer-details-sidebar__table__expanded',
          colspan: 2
        },
        language: '',
        text: {
          title: 'Edit',
          component: 'cdx-button',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold',
            weight: 'quiet',
            action: 'progressive',
            onClick: [Function: bound handleEditClick]
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header'
        }
      } body= [
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          text: ''
        },
        {
          label: {
            title: 'Output',
            component: 'span',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: undefined,
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        }
      ] > 
        at <WlFunctionViewerDetailsSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isLoading" with v-bind value `false` will render isLoading="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable class="ext-wikilambda-function-viewer-details-sidebar__table" header= {
        label: {
          title: 'Function definition',
          component: 'span',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold'
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header ext-wikilambda-function-viewer-details-sidebar__table__expanded',
          colspan: 2
        },
        language: '',
        text: {
          title: 'Edit',
          component: 'cdx-button',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold',
            weight: 'quiet',
            action: 'progressive',
            onClick: [Function: bound handleEditClick]
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header'
        }
      } body= [
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          text: ''
        },
        {
          label: {
            title: 'Output',
            component: 'span',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: undefined,
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        }
      ] > 
        at <WlFunctionViewerDetailsSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      [vuex] unknown getter: getUserLangCode

      200 | 								title: '',
      201 | 								component: 'span',
    > 202 | 								class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          | 								                          ^
      203 | 							},
      204 | 							text: {
      205 | 								title: monolingualStringValue.value,

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.formattedBodyData (resources/ext.wikilambda.edit/components/function/viewer/details/FunctionViewerDetailsSidebar.vue:202:35)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: getUserLangCode

      200 | 								title: '',
      201 | 								component: 'span',
    > 202 | 								class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          | 								                          ^
      203 | 							},
      204 | 							text: {
      205 | 								title: monolingualStringValue.value,

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.formattedBodyData (resources/ext.wikilambda.edit/components/function/viewer/details/FunctionViewerDetailsSidebar.vue:202:35)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: getUserLangCode

      200 | 								title: '',
      201 | 								component: 'span',
    > 202 | 								class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          | 								                          ^
      203 | 							},
      204 | 							text: {
      205 | 								title: monolingualStringValue.value,

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.formattedBodyData (resources/ext.wikilambda.edit/components/function/viewer/details/FunctionViewerDetailsSidebar.vue:202:35)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.error
      [vuex] unknown getter: getUserLangCode

      200 | 								title: '',
      201 | 								component: 'span',
    > 202 | 								class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          | 								                          ^
      203 | 							},
      204 | 							text: {
      205 | 								title: monolingualStringValue.value,

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangCode] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangCode [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.formattedBodyData (resources/ext.wikilambda.edit/components/function/viewer/details/FunctionViewerDetailsSidebar.vue:202:35)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

PASS tests/jest/integration/CreateNewCodeImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      27 |
      28 | 	it( 'should allow you to create a new code implementation', async () => {
    > 29 | 		const { getByTestId, findByTestId } = render( App, {
         | 		                                      ^
      30 | 			global: { plugins: [ store ], stubs: { WlFunctionEvaluatorWidget: true } }
      31 | 		} );
      32 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewCodeImplementation.test.js:29:41)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-language-list" default-action= { label: 'Add language', disabled: false }  ... > 
        at <WlAboutViewLanguagesDialog can-edit=true open=false onOpenEditLanguage=fn<bound openEditLanguageDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="ext-wikilambda-function-explorer-disabled" disabled=true  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer key=0 function-zid="Z12345" edit=true  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="function name, in Chinese" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select function"  ... > 
        at <CdxLookup key=1 selected="Z12345" disabled=false  ... > 
        at <WlZObjectSelector key=0 type="Z8" return-type="Z8"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer key=0 function-zid="Z12345" edit=true  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZReference class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectToString row-id=51 class="" edit=true  ... > 
        at <WlZFunctionCall class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZObjectToString row-id=51 class="" edit=true  ... > 
        at <WlZFunctionCall class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=false  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got Null  
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget key=1 z-function-id="Z12345" root-zid="Z0"  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="" tester-label=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-report" > 
        at <WlWidgetBase class="ext-wikilambda-function-report" has-header-action=true > 
        at <WlFunctionReportWidget key=1 z-function-id="Z12345" root-zid="Z0"  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.log
      Metrics Platform event emitted: wf.ui.defaultView.load - {"edit":true,"zobjecttype":"Z14","isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"default-view","isnewzobject":true,"loadtime":504}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "functionisUntitled" was accessed during render but is not defined on instance. 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-explorer" > 
        at <WlWidgetBase class="ext-wikilambda-function-explorer" has-header-action=true has-footer-action=true > 
        at <WlFunctionExplorer key=0 function-zid="Z12345" edit=true  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      208 | 				if ( !args ) {
      209 | 					return [];
    > 210 | 				}
          | 				 ^
      211 |
      212 | 				return args.map( ( arg ) => {
      213 | 					const typeZid = this.typeToString( arg[ Constants.Z_ARGUMENT_TYPE ] );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.functionisUntitled [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at resources/ext.wikilambda.edit/components/widgets/FunctionExplorer.vue:210:61
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)
      at resources/ext.wikilambda.edit/components/base/WidgetBase.vue:48:34
      at renderFnWithContext (node_modules/@vue/compat/dist/vue.cjs.js:3097:21)
      at Function.renderSlot (node_modules/@vue/compat/dist/vue.cjs.js:5574:55)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at updateComponent (node_modules/@vue/compat/dist/vue.cjs.js:8894:26)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxSelect id=undefined selected="" onUpdate:selected= [ [Function (anonymous)], [Function (anonymous)] ]  ... > 
        at <WlSelect key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZCode class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxSelect id=undefined selected="" onUpdate:selected= [ [Function (anonymous)], [Function (anonymous)] ]  ... > 
        at <WlSelect key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZCode class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZCode class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (4) 
        at <WlZCode class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key=48 row-id=48 skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <CdxMenuItem key="javascript" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-11" ref="menu" selected=""  ... > 
        at <CdxSelect id=undefined selected="" onUpdate:selected= [ [Function (anonymous)], [Function (anonymous)] ]  ... > 
        at <WlSelect key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZCode class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="javascript" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-11" ref="menu" selected=""  ... > 
        at <CdxSelect id=undefined selected="" onUpdate:selected= [ [Function (anonymous)], [Function (anonymous)] ]  ... > 
        at <WlSelect key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZCode class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key=51 skip-key=true skip-indent=true  ... > 
        at <WlZImplementation class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue skip-key=true skip-indent=true row-id=7  ... > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: CdxButton: Icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button-1 
        at <CdxButton weight="quiet" class="cdx-dialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition> 
        at <CdxDialog open=true class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language="Z1002"  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Kt (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5764)
      at zt (node_modules/@wikimedia/codex/dist/codex.umd.js:2:693)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1196)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at unref (node_modules/@vue/compat/dist/vue.cjs.js:1604:29)
      at Object.get (node_modules/@vue/compat/dist/vue.cjs.js:1607:37)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog open=false class="ext-wikilambda-about-edit-metadata" primary-action= { actionType: 'progressive', label: 'Done', disabled: true }  ... > 
        at <WlAboutEditMetadataDialog can-edit=true edit=true for-language=""  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-about" > 
        at <WlWidgetBase class="ext-wikilambda-about" has-header-action=true has-footer-action=false > 
        at <WlAboutWidget edit=true > 
        at <WlDefaultView onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z14","implementationtype":"Z14K3","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/default/ZReference.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectSelector key=1 edit=true disabled=false  ... > 
        at <WlZReference edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/default/ZTypedList.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZTypedListItems expanded=false row-id=0 edit=false  ... > 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZTypedListItems expanded=false row-id=0 edit=false  ... > 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false expanded=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=false expanded=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedList edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ WATCH_ARRAY: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/watch.html 
        at <WlZTypedListItems expanded=false row-id=0 edit=true  ... > 
        at <WlZTypedList edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at ReactiveEffect.getter [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:4004:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4095:31)
      at watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)
      at createWatcher (node_modules/@vue/compat/dist/vue.cjs.js:6421:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipKey" with v-bind value `false` will render skipKey="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue ref_for=true ref="listItemElements" key="list-item-39"  ... > 
        at <WlZTypedListItems expanded=false row-id=0 edit=true  ... > 
        at <WlZTypedList edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue ref_for=true ref="listItemElements" key="list-item-39"  ... > 
        at <WlZTypedListItems expanded=false row-id=0 edit=true  ... > 
        at <WlZTypedList edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZObjectKeyValue ref_for=true ref="listItemElements" key="list-item-39"  ... > 
        at <WlZTypedListItems expanded=false row-id=0 edit=false  ... > 
        at <WlZTypedList edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: getUserLangZid

      66 | 	name: 'wl-z-typed-list-items',
      67 | 	components: {
    > 68 | 		'wl-expanded-toggle': ExpandedToggle,
         | 		                                     ^
      69 | 		'wl-localized-label': LocalizedLabel,
      70 | 		'cdx-button': CdxButton,
      71 | 		'cdx-icon': CdxIcon

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangZid] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangZid [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.itemsLabel (resources/ext.wikilambda.edit/components/default-view-types/ZTypedListItems.vue:68:89)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasExpandedMode" with v-bind value `false` will render hasExpandedMode="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlExpandedToggle class="ext-wikilambda-key-value-pre-button" has-expanded-mode=false expanded=true > 
        at <WlZTypedListItems expanded=true row-id=0 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentRowId". Expected String with value "0", got Number with value 0. 
        at <WlZTypedListType key=0 row-id=28 edit=false  ... > 
        at <WlZTypedList edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.error
      [vuex] unknown getter: getUserLangZid

      66 | 	name: 'wl-z-typed-list-items',
      67 | 	components: {
    > 68 | 		'wl-expanded-toggle': ExpandedToggle,
         | 		                                     ^
      69 | 		'wl-localized-label': LocalizedLabel,
      70 | 		'cdx-button': CdxButton,
      71 | 		'cdx-icon': CdxIcon

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as getUserLangZid] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserLangZid [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.itemsLabel (resources/ext.wikilambda.edit/components/default-view-types/ZTypedListItems.vue:68:89)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedList edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "depth" 
        at <WlZTypedList edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/components/function/editor/FunctionEditorInputs.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isMobile" with v-bind value `false` will render isMobile="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorInputsItem key="input-item-Z1002-1" data-testid="function-editor-input-item" row-id=2  ... > 
        at <WlFunctionEditorInputs zLanguage="Z1002" isMainLanguageBlock=true canEdit=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "showIndex" with v-bind value `false` will render showIndex="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorInputsItem key="input-item-Z1002-1" data-testid="function-editor-input-item" row-id=2  ... > 
        at <WlFunctionEditorInputs zLanguage="Z1002" isMainLanguageBlock=true canEdit=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "canEditType" with v-bind value `false` will render canEditType="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorInputsItem key="input-item-Z1002-1" data-testid="function-editor-input-item" row-id=2  ... > 
        at <WlFunctionEditorInputs zLanguage="Z1002" isMainLanguageBlock=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isActive" with v-bind value `false` will render isActive="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorInputsItem key="input-item-Z1002-2" data-testid="function-editor-input-item" row-id=3  ... > 
        at <WlFunctionEditorInputs zLanguage="Z1002" isMainLanguageBlock=true canEdit=true  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/function/editor/FunctionEditorOutput.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectSelector class="ext-wikilambda-function-definition-output__body__entry-field ext-wikilambda-function-definition-output__selector" aria-labelledby="ext-wikilambda-function-definition-output__label-label" disabled=false  ... > 
        at <WlFunctionEditorOutput canEdit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/widgets/FunctionReportItem.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

PASS tests/jest/components/function/editor/FunctionEditorDescription.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput id="ext-wikilambda-function-definition-description__inputZ1002" model-value="Function description" class="ext-wikilambda-function-definition-description__input"  ... > 
        at <WlFunctionEditorDescription zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "clearable" with v-bind value `false` will render clearable="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput id="ext-wikilambda-function-definition-description__inputZ1002" model-value="Function description" class="ext-wikilambda-function-definition-description__input"  ... > 
        at <WlFunctionEditorDescription zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/store/modules/zImplementations.test.js
PASS tests/jest/store/modules/callzfunction.test.js
PASS tests/jest/components/function/editor/FunctionEditorLanguageBlock.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isMobile" with v-bind value `false` will render isMobile="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorInputs data-testid="function-editor-inputs" is-mobile=false z-language="Z1002"  ... > 
        at <WlFunctionEditorLanguageBlock index=0 zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isMainLanguageBlock" with v-bind value `false` will render isMainLanguageBlock="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorName data-testid="function-editor-name-input" z-language="Z1002" is-main-language-block=false  ... > 
        at <WlFunctionEditorLanguageBlock index=2 zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlFunctionEditorInputs data-testid="function-editor-inputs" is-mobile=false z-language="Z1002"  ... > 
        at <WlFunctionEditorLanguageBlock index=2 zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/function/editor/FunctionEditorDefinition.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "functionInputChanged" with v-bind value `false` will render functionInputChanged="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "functionOutputChanged" with v-bind value `false` will render functionOutputChanged="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isFunctionDirty" with v-bind value `false` will render isFunctionDirty="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "function-signature-changed" with v-bind value `false` will render function-signature-changed="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/widgets/FunctionMetadataDialog.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=true onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=true metadata= {
        Z1K1: { Z1K1: 'Z7', Z7K1: 'Z883', Z883K1: 'Z6', Z883K2: 'Z1' },
        K1: [
          { Z1K1: 'Z7', Z7K1: 'Z882', Z882K1: 'Z6', Z882K2: 'Z1' },
          { Z1K1: [Object], K1: 'key1', K2: 'value1' },
          { Z1K1: [Object], K1: 'key2', K2: 'value2' },
          { Z1K1: [Object], K1: 'key3', K2: 'value3' }
        ]
      } ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxDialog> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=true onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=true metadata= {
        Z1K1: { Z1K1: 'Z7', Z7K1: 'Z883', Z883K1: 'Z6', Z883K2: 'Z1' },
        K1: [
          { Z1K1: 'Z7', Z7K1: 'Z882', Z882K1: 'Z6', Z882K2: 'Z1' },
          { Z1K1: [Object], K1: 'key1', K2: 'value1' },
          { Z1K1: [Object], K1: 'key2', K2: 'value2' },
          { Z1K1: [Object], K1: 'key3', K2: 'value3' }
        ]
      } ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=true onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=true metadata= {
        Z1K1: { Z1K1: 'Z7', Z7K1: 'Z883', Z883K1: 'Z6', Z883K2: 'Z1' },
        K1: [
          { Z1K1: 'Z7', Z7K1: 'Z882', Z882K1: 'Z6', Z882K2: 'Z1' },
          { Z1K1: [Object], K1: 'key1', K2: 'value1' },
          { Z1K1: [Object], K1: 'key2', K2: 'value2' },
          { Z1K1: [Object], K1: 'key3', K2: 'value3' }
        ]
      } ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=true onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=true metadata= {
        Z1K1: { Z1K1: 'Z7', Z7K1: 'Z883', Z883K1: 'Z6', Z883K2: 'Z1' },
        K1: [
          { Z1K1: 'Z7', Z7K1: 'Z882', Z882K1: 'Z6', Z882K2: 'Z1' },
          { Z1K1: [Object], K1: 'key1', K2: 'value1' },
          { Z1K1: [Object], K1: 'key2', K2: 'value2' },
          { Z1K1: [Object], K1: 'key3', K2: 'value3' }
        ]
      } implementationLabel="this implementation"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=true onUpdate:open=fn<bound closeDialog> > 
        at <WlFunctionMetadataDialog open=true metadata= {
        Z1K1: { Z1K1: 'Z7', Z7K1: 'Z883', Z883K1: 'Z6', Z883K2: 'Z1' },
        K1: [
          { Z1K1: 'Z7', Z7K1: 'Z882', Z882K1: 'Z6', Z882K2: 'Z1' },
          { Z1K1: [Object], K1: 'key1', K2: 'value1' },
          { Z1K1: [Object], K1: 'key2', K2: 'value2' },
          { Z1K1: [Object], K1: 'key3', K2: 'value3' }
        ]
      } testerLabel="this tester"  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/components/default/ZTester.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=1 row-id=1 skip-indent=true  ... > 
        at <WlZTester edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipKey" with v-bind value `false` will render skipKey="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=1 row-id=1 skip-indent=true  ... > 
        at <WlZTester edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue key=1 skip-key=true row-id=1  ... > 
        at <WlZTester edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/composables/useBreakpoints.test.js
  ● Console

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:24:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:24:19)

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:28:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:28:19)

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:38:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:38:19)

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:43:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:43:19)

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:55:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:55:19)

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:59:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:59:19)

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:63:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:63:19)

    console.warn
      [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      14 | 		windowWidth.value = window.innerWidth;
      15 | 	};
    > 16 | 	Vue.onMounted( () => {
         | 	    ^
      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
      19 | 	Vue.onUnmounted( () => {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onMounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:16:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:67:19)

    console.warn
      [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.

      17 | 		window.addEventListener( 'resize', onWidthChange );
      18 | 	} );
    > 19 | 	Vue.onUnmounted( () => {
         | 	    ^
      20 | 		window.removeEventListener( 'resize', onWidthChange );
      21 | 	} );
      22 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at injectHook (node_modules/@vue/compat/dist/vue.cjs.js:4979:9)
      at Function.onUnmounted (node_modules/@vue/compat/dist/vue.cjs.js:4990:5)
      at useBreakpoints (resources/ext.wikilambda.edit/composables/useBreakpoints.js:19:6)
      at Object.<anonymous> (tests/jest/composables/useBreakpoints.test.js:67:19)

PASS tests/jest/components/default/ZTypedListType.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue row-id=0 edit=false list-type=null  ... > 
        at <WlZTypedListType edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipKey" with v-bind value `false` will render skipKey="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue row-id=0 edit=false list-type=null  ... > 
        at <WlZTypedListType edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue row-id=0 edit=false list-type=null  ... > 
        at <WlZTypedListType edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue row-id=0 edit=true list-type=null  ... > 
        at <WlZTypedListType edit=true listItemsRowIds= [ 1, 2 ] ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlExpandedToggle class="ext-wikilambda-key-value-pre-button" has-expanded-mode=false expanded=false  ... > 
        at <WlZObjectKeyValue row-id=0 edit=true list-type=null  ... > 
        at <WlZTypedListType edit=true listItemsRowIds= [ 1, 2 ] ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasExpandedMode" with v-bind value `false` will render hasExpandedMode="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlExpandedToggle class="ext-wikilambda-key-value-pre-button" has-expanded-mode=false expanded=false  ... > 
        at <WlZObjectKeyValue row-id=0 edit=true list-type=null  ... > 
        at <WlZTypedListType edit=true listItemsRowIds= [ 1, 2 ] ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlZString class="" edit=true disabled=true  ... > 
        at <WlZObjectKeyValue row-id=0 edit=true list-type=null  ... > 
        at <WlZTypedListType edit=true listItemsRowIds= [ 1, 2 ] ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue row-id=0 edit=true list-type=null  ... > 
        at <WlZTypedListType edit=true listItemsRowIds= [ 1, 2 ] ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue row-id=0 edit=true list-type=null  ... > 
        at <WlZTypedListType edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

PASS tests/jest/integration/AttachFunctionImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      93 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      94 | 	// we pass `render` a parentless <div> to mount on.
    > 95 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      96 |
      97 | module.exports = {
      98 | 	runSetup: runSetup,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:95:2)
      at Object.<anonymous> (tests/jest/integration/AttachFunctionImplementation.test.js:40:43)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTabs active="wl-function-viewer-about" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":157}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "data-has-border" with v-bind value `false` will render data-has-border="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTableContainer class="ext-wikilambda-function-viewer-details-sidebar__table" header= {
        label: {
          title: 'Function definition',
          component: 'span',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold'
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header ext-wikilambda-function-viewer-details-sidebar__table__expanded',
          colspan: 2
        },
        language: '',
        text: {
          title: 'Edit',
          component: 'cdx-button',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold',
            weight: 'quiet',
            action: 'progressive',
            onClick: [Function: bound handleEditClick]
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header'
        }
      } body= [
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Output',
            component: 'span',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        }
      ] > 
        at <WlFunctionViewerDetailsSidebar zobject-id=0 > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxProgressBar key=0 class="ext-wikilambda-table__loading" inline="" > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ] is-loading=true  ... > 
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-149" row-id=149 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

PASS tests/jest/integration/AttachFunctionTester.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      93 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      94 | 	// we pass `render` a parentless <div> to mount on.
    > 95 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      96 |
      97 | module.exports = {
      98 | 	runSetup: runSetup,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:95:2)
      at Object.<anonymous> (tests/jest/integration/AttachFunctionTester.test.js:38:43)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTabs active="wl-function-viewer-about" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":159}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "data-has-border" with v-bind value `false` will render data-has-border="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTableContainer class="ext-wikilambda-function-viewer-details-sidebar__table" header= {
        label: {
          title: 'Function definition',
          component: 'span',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold'
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header ext-wikilambda-function-viewer-details-sidebar__table__expanded',
          colspan: 2
        },
        language: '',
        text: {
          title: 'Edit',
          component: 'cdx-button',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold',
            weight: 'quiet',
            action: 'progressive',
            onClick: [Function: bound handleEditClick]
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header'
        }
      } body= [
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Output',
            component: 'span',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        }
      ] > 
        at <WlFunctionViewerDetailsSidebar zobject-id=0 > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-149" row-id=149 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxProgressBar key=0 class="ext-wikilambda-table__loading" inline="" > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=true  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-149" row-id=149 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

PASS tests/jest/components/default/ZMonolingualString.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <WlTextInput modelValue="my label" onUpdate:modelValue=fn chip="EN"  ... >

      104 | 			 * @return {string}
      105 | 			 */
    > 106 | 			lang: function () {
          | 			                   ^
      107 | 				return this.getZMonolingualLangValue( this.rowId );
      108 | 			},
      109 |

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZMonolingualString.vue:106:191)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTextInput chip="EN" placeholder="Enter text" class="ext-wikilambda-monolingual-string__input"  ... > 
        at <WlZMonolingualString edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) (2) 
        at <CdxTextInput id=undefined modelValue="" onUpdate:modelValue=fn  ... >

      141 | 			}
      142 | 		}
    > 143 | 	},
          | 	  ^
      144 | 	watch: {
      145 | 		chip: {
      146 | 			handler: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/TextInput.vue:143:99)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <wl-text-input> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <WlTextInput chip="EN" placeholder="Enter text" class="ext-wikilambda-monolingual-string__input"  ... > 
        at <WlZMonolingualString edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxTextInput> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxTextInput id=undefined class="ext-wikilambda-edit-text-input__field ext-wikilambda-edit-text-input__chipped" aria-label=undefined  ... > 
        at <WlTextInput chip="EN" placeholder="Enter text" class="ext-wikilambda-monolingual-string__input"  ... > 
        at <WlZMonolingualString edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

PASS tests/jest/components/App.test.js
PASS tests/jest/integration/CancelEditExistingFunction.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      39 | 	it( 'allows cancelling with no changes', async () => {
      40 | 		const { findByText } =
    > 41 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      42 |
      43 | 		// ACT: Click cancel button.
      44 | 		await fireEvent.click( await findByText( 'Cancel' ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditExistingFunction.test.js:41:4)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":false,"loadtime":154}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="Chinese" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1006" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 128, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "function-signature-changed" with v-bind value `false` will render function-signature-changed="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8501:13)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      50 | 	it( 'allows cancelling after changes', async () => {
      51 | 		const { getByText, findByRole, findByText, getAllByTestId } =
    > 52 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      53 |
      54 | 		// ACT: Click "Add language".
      55 | 		await fireEvent.click( await findByText( 'Add language' ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditExistingFunction.test.js:52:4)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":false,"loadtime":489}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 128, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__input" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1004" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-14" ref="menu" selected=null  ... > 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=false  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1004" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-14" ref="menu" selected=null  ... > 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=false  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-" index=2 z-language=""  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [ { id: 128, value: 'function alias, in Chinese' } ] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1532" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1532" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1532" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1532" index=1 z-language="Z1532"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1004" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1004" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1004" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1004" index=2 z-language="Z1004"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":true}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/default/ZTypedListItems.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "listType" 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ WATCH_ARRAY: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/watch.html 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at ReactiveEffect.getter [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:4004:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4095:31)
      at watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)
      at createWatcher (node_modules/@vue/compat/dist/vue.cjs.js:6421:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "edit" with v-bind value `false` will render edit="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue ref_for=true ref="listItemElements" key="list-item-39"  ... > 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipKey" with v-bind value `false` will render skipKey="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue ref_for=true ref="listItemElements" key="list-item-39"  ... > 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "skipIndent" with v-bind value `false` will render skipIndent="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectKeyValue ref_for=true ref="listItemElements" key="list-item-39"  ... > 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "listType" 
        at <WlZTypedListItems edit=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "listType" 
        at <WlZTypedListItems edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasExpandedMode" with v-bind value `false` will render hasExpandedMode="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlExpandedToggle class="ext-wikilambda-key-value-pre-button" has-expanded-mode=false expanded=true > 
        at <WlZTypedListItems edit=false expanded=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Missing required prop: "listType" 
        at <WlZTypedListItems edit=false expanded=false ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "expanded" 
        at <WlZTypedListItems edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "listType" 
        at <WlZTypedListItems edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/integration/DetachFunctionTester.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      93 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      94 | 	// we pass `render` a parentless <div> to mount on.
    > 95 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      96 |
      97 | module.exports = {
      98 | 	runSetup: runSetup,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:95:2)
      at Object.<anonymous> (tests/jest/integration/DetachFunctionTester.test.js:35:43)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTabs active="wl-function-viewer-about" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":158}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "data-has-border" with v-bind value `false` will render data-has-border="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTableContainer class="ext-wikilambda-function-viewer-details-sidebar__table" header= {
        label: {
          title: 'Function definition',
          component: 'span',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold'
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header ext-wikilambda-function-viewer-details-sidebar__table__expanded',
          colspan: 2
        },
        language: '',
        text: {
          title: 'Edit',
          component: 'cdx-button',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold',
            weight: 'quiet',
            action: 'progressive',
            onClick: [Function: bound handleEditClick]
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header'
        }
      } body= [
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Output',
            component: 'span',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        }
      ] > 
        at <WlFunctionViewerDetailsSidebar zobject-id=0 > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-149" row-id=149 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxProgressBar key=0 class="ext-wikilambda-table__loading" inline="" > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ] is-loading=true  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: 'ext-wikilambda-function-details-table__row--active'
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-149" row-id=149 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at callWithErrorHandling (node_modules/@vue/compat/dist/vue.cjs.js:1876:36)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

PASS tests/jest/integration/CancelEditNewFunction.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      36 | 	it( 'allows cancelling with no changes', async () => {
      37 | 		const { findByText } =
    > 38 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      39 |
      40 | 		// ACT: Click cancel button.
      41 | 		await fireEvent.click( await findByText( 'Cancel' ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditNewFunction.test.js:38:4)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":503}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput modelValue="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "function-signature-changed" with v-bind value `false` will render function-signature-changed="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlFunctionEditorFooter is-function-dirty=false function-input-changed=false function-output-changed=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at patchProps (node_modules/@vue/compat/dist/vue.cjs.js:8740:21)
      at patchElement (node_modules/@vue/compat/dist/vue.cjs.js:8651:17)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8501:13)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      50 | 			findByTestId,
      51 | 			getByText
    > 52 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      53 |
      54 | 		// ACT: Select Chinese as the natural language.
      55 | 		const languageSelector = await findByTestId( 'function-editor-language-selector' );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditNewFunction.test.js:52:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":701}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1002" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1002" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1006" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-7" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMenuItem key="Z1006" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-lookup-menu-7" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" disabled=true  ... > 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=true  ... > 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1002" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1002" index=0 z-language="Z1002"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "hasAlias" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      91 | 				.map( ( value ) => {
      92 | 					return {
    > 93 | 						id: value.rowId,
         | 						             ^
      94 | 						value: value.value
      95 | 					};
      96 | 				} );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.hasAlias [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.aliasFieldPlaceholder (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:93:20)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as aliasFieldPlaceholder] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.aliasFieldPlaceholder [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorAliases.vue:213:31)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage data-testid="function-editor-language-selector" z-language="Z1006" onChange=fn<bound changeLanguage> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "inputAriaLabel". Expected Object, got String with value "New alias". 
        at <WlChipContainer id="ext-wikilambda-function-definition-aliases__inputZ1006" chips= [] input-placeholder="Enter aliases"  ... > 
        at <WlFunctionEditorAliases data-testid="function-editor-alias-input" z-language="Z1006" onUpdatedAlias=fn<bound updatedLabels> > 
        at <WlFunctionEditorLanguageBlock key="language-block-Z1006" index=0 z-language="Z1006"  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":true}

      at Object.<anonymous> (jest.setup.js:109:12)

PASS tests/jest/components/default/ZString.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <WlTextInput key=1 modelValue="my terminating string" onUpdate:modelValue=fn  ... >

      84 | 				}
      85 | 			},
    > 86 | 			/**
         | 			   ^
      87 | 			 * Returns the key that contains the string value
      88 | 			 * represented in this component.
      89 | 			 *

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at createBlock (node_modules/@vue/compat/dist/vue.cjs.js:10062:23)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZString.vue:86:265)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTextInput key=1 aria-label="" placeholder=""  ... > 
        at <WlZString edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/store/modules/zTypedList.test.js
PASS tests/jest/components/default/ZBoolean.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <CdxRadio key="radio-Z41" modelValue=14 onUpdate:modelValue=fn  ... >

      69 | 					value
      70 | 				} );
    > 71 | 			}
         | 			 ^
      72 | 		},
      73 | 		valueLabel: function () {
      74 | 			return this.getLabel( this.value );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at createBlock (node_modules/@vue/compat/dist/vue.cjs.js:10062:23)
      at resources/ext.wikilambda.edit/components/default-view-types/ZBoolean.vue:71:55

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxRadio key="radio-Z41" input-value="Z41" name="boolean-radios-0"  ... > 
        at <WlZBoolean edit=true ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/function/editor/FunctionEditorLanguage.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZObjectSelector class="ext-wikilambda-function-language-selector__add-language" aria-labelledby="ext-wikilambda-function-language-selector__add-language-label" disabled=false  ... > 
        at <WlFunctionEditorLanguage zLanguage="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="Z1002" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5901:35)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

    console.warn
      [Vue warn]: Property "rowId" was accessed during render but is not defined on instance. 
        at <WlFunctionEditorLanguage zLanguage="" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      29 | <script>
      30 | const Constants = require( '../../../Constants.js' ),
    > 31 | 	ZObjectSelector = require( '../../ZObjectSelector.vue' ),
         | 	                                            ^
      32 | 	mapGetters = require( 'vuex' ).mapGetters;
      33 |
      34 | // @vue/component

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.rowId [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.functionLanguages (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:31:46)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/compat/dist/vue.cjs.js:1696:39)
      at Object.get [as functionLanguages] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.functionLanguages [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorLanguage.vue:86:26)

PASS tests/jest/components/function/editor/FunctionEditorFooter.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "functionSignatureChanged" with v-bind value `false` will render functionSignatureChanged="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlPublishWidget is-dirty=false function-signature-changed=false onStartPublish=fn<bound raiseFunctionWarnings> > 
        at <WlFunctionEditorFooter ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isDirty" with v-bind value `false` will render isDirty="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlPublishWidget is-dirty=false function-signature-changed=false onStartPublish=fn<bound raiseFunctionWarnings> > 
        at <WlFunctionEditorFooter ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasHeaderAction" with v-bind value `false` will render hasHeaderAction="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlWidgetBase class="ext-wikilambda-publish-widget" > 
        at <WlPublishWidget is-dirty=false function-signature-changed=false onStartPublish=fn<bound raiseFunctionWarnings> > 
        at <WlFunctionEditorFooter functionInputChanged=false functionOutputChanged=false isFunctionDirty=false  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hasFooterAction" with v-bind value `false` will render hasFooterAction="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlWidgetBase class="ext-wikilambda-publish-widget" > 
        at <WlPublishWidget is-dirty=false function-signature-changed=false onStartPublish=fn<bound raiseFunctionWarnings> > 
        at <WlFunctionEditorFooter functionInputChanged=false functionOutputChanged=false isFunctionDirty=false  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "showDialog" with v-bind value `false` will render showDialog="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlPublishDialog show-dialog=false function-signature-changed=true onCloseDialog=fn<bound closePublishDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-publish-widget" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-publish-widget" > 
        at <WlPublishWidget is-dirty=false function-signature-changed=true onStartPublish=fn<bound raiseFunctionWarnings> > 
        at <WlFunctionEditorFooter functionInputChanged=true functionOutputChanged=false isFunctionDirty=false  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (2) 
        at <WlLeaveEditorDialog show-dialog=false continue-callback=undefined onCloseDialog=fn<bound closeLeaveDialog>  ... > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-publish-widget" style= {} > 
        at <WlWidgetBase class="ext-wikilambda-publish-widget" > 
        at <WlPublishWidget is-dirty=false function-signature-changed=true onStartPublish=fn<bound raiseFunctionWarnings> > 
        at <WlFunctionEditorFooter functionInputChanged=true functionOutputChanged=false isFunctionDirty=false  ... > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/integration/DetachFunctionImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      93 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      94 | 	// we pass `render` a parentless <div> to mount on.
    > 95 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      96 |
      97 | module.exports = {
      98 | 	runSetup: runSetup,

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.provide (node_modules/@vue/compat/dist/vue.cjs.js:7850:21)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/compat/dist/vue.cjs.js:7745:28)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7957:17)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:95:2)
      at Object.<anonymous> (tests/jest/integration/DetachFunctionImplementation.test.js:34:43)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-selected" with v-bind value `false` will render aria-selected="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTabs active="wl-function-viewer-about" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":157}

      at Object.<anonymous> (jest.setup.js:109:12)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "data-has-border" with v-bind value `false` will render data-has-border="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTableContainer class="ext-wikilambda-function-viewer-details-sidebar__table" header= {
        label: {
          title: 'Function definition',
          component: 'span',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold'
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header ext-wikilambda-function-viewer-details-sidebar__table__expanded',
          colspan: 2
        },
        language: '',
        text: {
          title: 'Edit',
          component: 'cdx-button',
          props: {
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bold',
            weight: 'quiet',
            action: 'progressive',
            onClick: [Function: bound handleEditClick]
          },
          class: 'ext-wikilambda-function-viewer-details-sidebar__table__header'
        }
      } body= [
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-borderless-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Input $1',
            component: 'div',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        },
        undefined,
        {
          label: {
            title: 'Output',
            component: 'span',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          language: {
            title: '',
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          },
          text: {
            title: 'String',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-viewer-details-sidebar__table-bordered-row'
          }
        }
      ] > 
        at <WlFunctionViewerDetailsSidebar zobject-id=0 > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="implementations" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Null  
        at <WlTableContainer header=null body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header=null body= []  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Z87878"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Z1111" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z1111'
          },
          name: {
            title: 'Z1111',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Z87878',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-disabled" with v-bind value `false` will render aria-disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxProgressBar key=0 class="ext-wikilambda-table__loading" inline="" > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ] is-loading=true  ... > 
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Loading data", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: 'ext-wikilambda-function-details-table__row--active'
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "disabled" with v-bind value `false` will render disabled="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "expanded" with v-bind value `false` will render expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlZString class="" edit=true disabled=false  ... > 
        at <WlZObjectKeyValue key="input-row-id-146" row-id=146 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.error
      ^ The above deprecation's compat behavior is disabled and will likely lead to runtime errors.

      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2665:17)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8418:21)

    console.warn
      [Vue warn]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue key="input-row-id-149" row-id=149 edit=true > 
        at <CdxCard class="ext-wikilambda-widget-base ext-wikilambda-function-evaluator" > 
        at <WlWidgetBase class="ext-wikilambda-function-evaluator" > 
        at <WlFunctionEvaluatorWidget function-zid="Z12345" > 
        at <WlFunctionViewerAboutDetails> 
        at <WlFunctionViewerAbout key=0 name="wl-function-viewer-about" > 
        at <KeepAlive> 
        at <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      710 | 		 * change involves further changes, it will emit the event further
      711 | 		 * up.
    > 712 | 		 *
          | 		  ^
      713 | 		 * @param {Object} payload
      714 | 		 * @param {Object} payload.keyPath sequence of keys till the value to edit
      715 | 		 * @param {Object | Array | string} payload.value new value

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:712:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation by composition, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z2222"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "metadata". Expected Object, got String with value "{}". 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "title" 
        at <CdxDialog class="ext-wikilambda-metadata-dialog" open=false onUpdate:open=fn<bound closeDialog>  ... > 
        at <WlFunctionMetadataDialog open=false implementation-label="Implementation in code, in English" tester-label="Tester name, in English"  ... > 
        at <WlZFunctionTesterTable key=0 zFunctionId="Z12345" zImplementationId="Z1111"  ... > 
        at <WlTableContainer header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Implementations you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation by composition, in English'
          },
          name: {
            title: 'Implementation by composition, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Implementation in code, in English'
          },
          name: {
            title: 'Implementation in code, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: 'javascript',
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          testsPassed: { title: '-' },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "emptyText". Expected String with value "Tests you create will appear here.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Disconnected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        },
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          name: {
            title: 'Tester name, in English',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z2222: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          Z1111: {
            component: 'wl-z-function-tester-table',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Connected',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item'
          },
          class: null
        }
      ]  ... > 
        at <WlFunctionViewerDetails key=0 name="wl-function-viewer-details" > 
        at <KeepAlive> 
        at <CdxTab key=1 name="wl-function-viewer-details" label="Details" > 
        at <CdxTabs active="wl-function-viewer-details" onUpdate:active=fn > 
        at <WlFunctionViewer onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at Object.instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)

PASS tests/jest/components/function/viewer/FunctionViewerAboutNames.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

PASS tests/jest/components/ZObjectSelector.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ WATCH_ARRAY: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/watch.html 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at ReactiveEffect.getter [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:4004:17)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4095:31)
      at Function.watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)
      at setup (node_modules/@wikimedia/codex/dist/codex.umd.js:8:11334)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <CdxTextInput modelValue="" onUpdate:modelValue= [ [Function (anonymous)], [Function: _] ] placeholder="Object"  ... >

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at Function.createVNodeWithArgsTransform [as createVNode] (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.Eo (node_modules/@wikimedia/codex/dist/codex.umd.js:8:12095)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxTextInput> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxTextInput placeholder="Object" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "aria-expanded" with v-bind value `false` will render aria-expanded="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTextInput placeholder="Object" end-icon="<path d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>" data-testid="z-object-selector-lookup"  ... > 
        at <CdxLookup key=1 selected=null disabled=false  ... > 
        at <WlZObjectSelector ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/function/viewer/FunctionViewerAboutExamples.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hideHeader" with v-bind value `false` will render hideHeader="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable header= {
        input: {
          title: 'input',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        },
        output: {
          title: 'Output',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        }
      } body= [
        {
          input: {
            title: 'testInput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          },
          output: {
            title: 'testOutput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          }
        }
      ] > 
        at <WlFunctionViewerAboutExamples ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isBordered" with v-bind value `false` will render isBordered="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable header= {
        input: {
          title: 'input',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        },
        output: {
          title: 'Output',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        }
      } body= [
        {
          input: {
            title: 'testInput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          },
          output: {
            title: 'testOutput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          }
        }
      ] > 
        at <WlFunctionViewerAboutExamples ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isLoading" with v-bind value `false` will render isLoading="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable header= {
        input: {
          title: 'input',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        },
        output: {
          title: 'Output',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        }
      } body= [
        {
          input: {
            title: 'testInput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          },
          output: {
            title: 'testOutput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          }
        }
      ] > 
        at <WlFunctionViewerAboutExamples ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "data-has-border" with v-bind value `false` will render data-has-border="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTableContainer header= {
        input: {
          title: 'input',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        },
        output: {
          title: 'Output',
          class: 'ext-wikilambda-function-viewer-about-aliases__table-header-item'
        }
      } body= [
        {
          input: {
            title: 'testInput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          },
          output: {
            title: 'testOutput',
            class: 'ext-wikilambda-function-viewer-about-aliases__table-item'
          }
        }
      ] > 
        at <WlFunctionViewerAboutExamples ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/store/modules/programmingLanguages.test.js
PASS tests/jest/components/ZObjectJson.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "readOnly" with v-bind value `false` will render readOnly="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlCodeEditor mode="json" value="" read-only=false  ... > 
        at <WlZObjectJson ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/TextInput.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) Component declares "modelValue" prop, which is Vue 3 usage, but is running under Vue 2 compat v-model behavior. You can opt-in to Vue 3 behavior on a per-component basis with `compatConfig: { COMPONENT_V_MODEL: false }`.
        Details: https://v3-migration.vuejs.org/breaking-changes/v-model.html 
        at <CdxTextInput id=undefined modelValue="" onUpdate:modelValue=fn  ... >

      141 | 			}
      142 | 		}
    > 143 | 	},
          | 	  ^
      144 | 	watch: {
      145 | 		chip: {
      146 | 			handler: function () {

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/TextInput.vue:143:99)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)

    console.warn
      [Vue warn]: (deprecation INSTANCE_ATTRS_CLASS_STYLE) Component <CdxTextInput> has `inheritAttrs: false` but is relying on class/style fallthrough from parent. In Vue 3, class/style are now included in $attrs and will no longer fallthrough when inheritAttrs is false. If you are already using v-bind="$attrs" on component root it should render the same end result. If you are binding $attrs to a non-root element and expecting class/style to fallthrough on root, you will need to now manually bind them on root via :class="$attrs.class".
        Details: https://v3-migration.vuejs.org/breaking-changes/attrs-includes-class-style.html 
        at <CdxTextInput id=undefined class="ext-wikilambda-edit-text-input__field" aria-label=undefined  ... > 
        at <WlTextInput ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3240:17)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:8958:57)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084:56)
      at setupRenderEffect (node_modules/@vue/compat/dist/vue.cjs.js:9098:9)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8865:9)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) (2) 
        at <WlTextInput modelValue="" ref="VTU_COMPONENT" >

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2658:9)
      at convertLegacyVModelProps (node_modules/@vue/compat/dist/vue.cjs.js:2848:13)
      at createBaseVNode (node_modules/@vue/compat/dist/vue.cjs.js:10162:9)
      at _createVNode (node_modules/@vue/compat/dist/vue.cjs.js:10238:12)
      at createVNodeWithArgsTransform (node_modules/@vue/compat/dist/vue.cjs.js:10086:12)
      at Function.h (node_modules/@vue/compat/dist/vue.cjs.js:11051:16)
      at Proxy.render (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7910:24)

PASS tests/jest/components/widgets/LeaveEditorDialog.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "showDialog" 
        at <WlLeaveEditorDialog ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "open" with v-bind value `false` will render open="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxDialog open=false title="Leave edit mode" close-button-label="Close"  ... > 
        at <WlLeaveEditorDialog ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hideTitle" with v-bind value `false` will render hideTitle="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxDialog open=false title="Leave edit mode" close-button-label="Close"  ... > 
        at <WlLeaveEditorDialog ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "stackedActions" with v-bind value `false` will render stackedActions="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxDialog open=false title="Leave edit mode" close-button-label="Close"  ... > 
        at <WlLeaveEditorDialog ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/views/FunctionViewer.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "framed" with v-bind value `false` will render framed="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxTabs active="wl-function-viewer-about" onUpdate:active=fn > 
        at <WlFunctionViewer ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "inline" with v-bind value `false` will render inline="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage class="ext-wikilambda-function-viewer__message__success" auto-dismiss=true type="success" > 
        at <WlFunctionViewer ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "fadeIn" with v-bind value `false` will render fadeIn="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <CdxMessage class="ext-wikilambda-function-viewer__message__success" auto-dismiss=true type="success" > 
        at <WlFunctionViewer ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/components/function/viewer/FunctionViewerSidebar.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "list" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "buttonText" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "buttonWeight" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "buttonIcon" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "list" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "buttonText" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "buttonWeight" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "buttonIcon" 
        at <WlFunctionViewerSidebar ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/components/default/ZFunctionCall.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

PASS tests/jest/store/getters.test.js
PASS tests/jest/store/actions.test.js
PASS tests/jest/store/modules/languages.test.js
PASS tests/jest/components/function/viewer/FunctionViewerDetailsTable.test.js
  ● Console

    console.warn
      [Vue warn]: (deprecation RENDER_FUNCTION) Vue 3's render function API has changed. You can opt-in to the new API with:
      
        configureCompat({ RENDER_FUNCTION: false })
      
        (This can also be done per-component via the "compatConfig" option.)
        Details: https://v3-migration.vuejs.org/breaking-changes/render-function-api.html 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at checkCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2761:9)
      at convertLegacyRenderFn (node_modules/@vue/compat/dist/vue.cjs.js:5243:9)
      at finishComponentSetup (node_modules/@vue/compat/dist/vue.cjs.js:10710:9)
      at setupStatefulComponent (node_modules/@vue/compat/dist/vue.cjs.js:10656:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10578:11)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)

    console.warn
      [Vue warn]: Missing required prop: "header" 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "canApprove" 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "canDeactivate" 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Missing required prop: "name" 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:6982:9)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "header". Expected Object, got Undefined  
        at <WlTable header=undefined body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "hideHeader" with v-bind value `false` will render hideHeader="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable header=undefined body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isBordered" with v-bind value `false` will render isBordered="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable header=undefined body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "isLoading" with v-bind value `false` will render isLoading="false" instead of removing it in Vue 3. To remove the attribute, use `null` or `undefined` instead. If the usage is intended, you can disable the compat behavior and suppress this warning with:
      
        configureCompat({ ATTR_FALSE_VALUE: false })
      
        Details: https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html 
        at <WlTable header=undefined body= [] is-loading=false  ... > 
        at <WlFunctionViewerDetailsTable ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at warnDeprecation (node_modules/@vue/compat/dist/vue.cjs.js:2663:5)
      at Object.softAssertCompatEnabled (node_modules/@vue/compat/dist/vue.cjs.js:2749:9)
      at compatCoerceAttr (node_modules/@vue/compat/dist/vue.cjs.js:11549:21)
      at patchAttr (node_modules/@vue/compat/dist/vue.cjs.js:11517:13)
      at patchProp (node_modules/@vue/compat/dist/vue.cjs.js:11769:9)
      at mountElement (node_modules/@vue/compat/dist/vue.cjs.js:8525:25)
      at processElement (node_modules/@vue/compat/dist/vue.cjs.js:8498:13)

PASS tests/jest/store/index.test.js

Test Suites: 84 passed, 84 total
Tests:       1020 passed, 1020 total
Snapshots:   0 total
Time:        32.614 s
Ran all test suites.
--- stdout ---

> test
> grunt test && npm run test:unit

Running "eslint:all" (eslint) task

/src/repo/i18n/api/he.json
  13:66  warning  Detected potential trojan source attack with unicode bidi introduced in this code: '"אחזור שלושה עצמי Z‏: Z1‏, Z2, ו־Z3."'  security/detect-bidi-characters
  13:71  warning  Detected potential trojan source attack with unicode bidi introduced in this code: '"אחזור שלושה עצמי Z‏: Z1‏, Z2, ו־Z3."'  security/detect-bidi-characters

/src/repo/jest.setup.js
  48:37  warning  Found readFileSync from package "fs" with non literal argument at index 0  security/detect-non-literal-fs-filename

/src/repo/resources/ext.wikilambda.edit/components/ZObjectJson.vue
  60:3  warning  Prop 'zobjectRaw' requires default value to be set  vue/require-default-prop

/src/repo/resources/ext.wikilambda.edit/components/ZObjectSelector.vue
  56:11  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/src/repo/resources/ext.wikilambda.edit/components/base/Select.vue
  11:3  warning  'v-model' directives require no argument    vue/no-v-model-argument
  35:3  warning  Prop 'id' requires default value to be set  vue/require-default-prop

/src/repo/resources/ext.wikilambda.edit/components/base/TextInput.vue
  56:3  warning  Prop 'id' requires default value to be set         vue/require-default-prop
  68:3  warning  Prop 'ariaLabel' requires default value to be set  vue/require-default-prop
  72:3  warning  Prop 'chip' requires default value to be set       vue/require-default-prop

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZArgumentReference.vue
  18:4  warning  'v-model' directives require no argument  vue/no-v-model-argument

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZCode.vue
  25:7   warning  'v-model' directives require no argument   vue/no-v-model-argument
  40:11  warning  'v-html' directive can lead to XSS attack  vue/no-v-html
  67:11  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue
   95:15  warning  Variable 'error' is already declared in the upper scope                            vue/no-template-shadow
   95:22  warning  Variable 'index' is already declared in the upper scope                            vue/no-template-shadow
  101:11  warning  'v-html' directive can lead to XSS attack                                          vue/no-v-html
  357:4   warning  JSDoc @return declaration present but return expression not available in function  jsdoc/require-returns-check

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZObjectType.vue
  25:5  warning  'v-model' directives require no argument  vue/no-v-model-argument

/src/repo/resources/ext.wikilambda.edit/components/function/viewer/about/FunctionViewerAboutDescription.vue
  42:0  warning  Missing JSDoc @return type  jsdoc/require-returns-type

/src/repo/resources/ext.wikilambda.edit/components/widgets/FunctionMetadataDialog.vue
  58:5  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/src/repo/resources/ext.wikilambda.edit/components/widgets/PublishDialog.vue
  33:11  warning  'v-html' directive can lead to XSS attack  vue/no-v-html
  54:6   warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/src/repo/resources/ext.wikilambda.edit/mixins/schemata.js
  203:17  warning  Unsafe Regular Expression  security/detect-unsafe-regex

/src/repo/resources/ext.wikilambda.edit/mixins/zobjectTreeUtils.js
  155:21  warning  Found non-literal argument to RegExp Constructor  security/detect-non-literal-regexp

/src/repo/resources/ext.wikilambda.edit/store/modules/zobject.js
  1836:3  warning  JSDoc @return declaration present but return expression not available in function  jsdoc/require-returns-check
  2347:3  warning  JSDoc @return declaration present but return expression not available in function  jsdoc/require-returns-check

/src/repo/resources/ext.wikilambda.edit/views/FunctionViewer.vue
  9:13  warning  'v-model' directives require no argument  vue/no-v-model-argument

✖ 28 problems (0 errors, 28 warnings)


Running "banana:WikiLambda" (banana) task
>> 2 message directories checked.

Running "stylelint:all" (stylelint) task
>> Linted 152 files without errors

Done.

> test:unit
> jest

--------------------------------------------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------------------
File                                                    | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                                                                                   
--------------------------------------------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------------------
All files                                               |   90.19 |    82.27 |   91.48 |   90.18 |                                                                                                                     
 ext.wikilambda.edit                                    |     100 |      100 |     100 |     100 |                                                                                                                     
  Constants.js                                          |     100 |      100 |     100 |     100 |                                                                                                                     
 ext.wikilambda.edit/components                         |   58.82 |    58.33 |   63.04 |   58.82 |                                                                                                                     
  App.vue                                               |   79.16 |    33.33 |   66.66 |   79.16 | 94-103                                                                                                              
  ZObjectJson.vue                                       |    47.5 |       50 |   46.15 |    47.5 | 37,45-46,90,95,108-146                                                                                              
  ZObjectSelector.vue                                   |   58.42 |    62.16 |   70.37 |   58.42 | 174,279-285,302,322-395,410-411,416,423,459-469,480                                                                 
 ext.wikilambda.edit/components/base                    |      95 |       60 |     100 |      95 |                                                                                                                     
  TextInput.vue                                         |   94.44 |       60 |     100 |   94.44 | 139                                                                                                                 
  WidgetBase.vue                                        |     100 |      100 |     100 |     100 |                                                                                                                     
 ext.wikilambda.edit/components/default-view-types      |   92.13 |    82.15 |   90.56 |   92.13 |                                                                                                                     
  ZArgumentReference.vue                                |     100 |      100 |     100 |     100 |                                                                                                                     
  ZBoolean.vue                                          |     100 |       50 |     100 |     100 | 77                                                                                                                  
  ZCode.vue                                             |   82.75 |    60.71 |   81.81 |   82.75 | 278-307,354,390                                                                                                     
  ZEvaluationResult.vue                                 |   86.36 |      100 |   83.33 |   86.36 | 183-193                                                                                                             
  ZFunctionCall.vue                                     |     100 |      100 |     100 |     100 |                                                                                                                     
  ZImplementation.vue                                   |     100 |      100 |     100 |     100 |                                                                                                                     
  ZMonolingualString.vue                                |     100 |       50 |     100 |     100 | 117                                                                                                                 
  ZObjectKeyValue.vue                                   |   90.85 |    85.21 |   82.75 |   90.85 | 341,390,395,425-426,553,616,720,727,732,738,796,816-817,838                                                         
  ZObjectKeyValueSet.vue                                |     100 |      100 |     100 |     100 |                                                                                                                     
  ZObjectToString.vue                                   |     100 |       88 |     100 |     100 | 158,197                                                                                                             
  ZObjectType.vue                                       |     100 |       90 |     100 |     100 | 170                                                                                                                 
  ZReference.vue                                        |     100 |     62.5 |     100 |     100 | 86-105                                                                                                              
  ZString.vue                                           |     100 |      100 |     100 |     100 |                                                                                                                     
  ZTester.vue                                           |     100 |      100 |     100 |     100 |                                                                                                                     
  ZTypedList.vue                                        |    92.3 |      100 |    87.5 |    92.3 | 135                                                                                                                 
  ZTypedListItems.vue                                   |   84.21 |        0 |   88.88 |   84.21 | 148-152                                                                                                             
  ZTypedListType.vue                                    |   76.92 |      100 |      60 |   76.92 | 69-80                                                                                                               
 ext.wikilambda.edit/components/function                |   83.33 |    73.33 |   83.33 |   83.33 |                                                                                                                     
  ZFunctionTesterTable.vue                              |   83.33 |    73.33 |   83.33 |   83.33 | 77,90,129-139                                                                                                       
 ext.wikilambda.edit/components/function/editor         |   92.59 |    77.27 |   92.17 |   92.56 |                                                                                                                     
  FunctionEditorAliases.vue                             |   96.87 |    88.88 |   93.75 |   96.77 | 104                                                                                                                 
  FunctionEditorDefinition.vue                          |     100 |       80 |     100 |     100 | 124,211-212                                                                                                         
  FunctionEditorDescription.vue                         |   88.88 |    88.88 |   91.66 |   88.88 | 139-140,172                                                                                                         
  FunctionEditorFooter.vue                              |   76.47 |    72.72 |     100 |   76.47 | 67,70-73                                                                                                            
  FunctionEditorInputs.vue                              |     100 |      100 |     100 |     100 |                                                                                                                     
  FunctionEditorInputsItem.vue                          |   77.77 |       50 |   66.66 |   77.77 | 215,260-287,372-373                                                                                                 
  FunctionEditorLanguage.vue                            |     100 |      100 |     100 |     100 |                                                                                                                     
  FunctionEditorLanguageBlock.vue                       |   95.23 |      100 |   88.88 |   95.23 | 142                                                                                                                 
  FunctionEditorName.vue                                |   96.29 |       90 |     100 |   96.29 | 166                                                                                                                 
  FunctionEditorOutput.vue                              |     100 |    83.33 |     100 |     100 | 194                                                                                                                 
 ext.wikilambda.edit/components/function/viewer         |   93.24 |    96.61 |   86.88 |   93.19 |                                                                                                                     
  FunctionViewerAbout.vue                               |     100 |      100 |     100 |     100 |                                                                                                                     
  FunctionViewerDetails.vue                             |   92.12 |    96.42 |   85.45 |   92.06 | 437-448,462,478,494,516                                                                                             
  FunctionViewerSidebar.vue                             |     100 |      100 |     100 |     100 |                                                                                                                     
 ext.wikilambda.edit/components/function/viewer/about   |   95.23 |    77.41 |   96.87 |   95.23 |                                                                                                                     
  FunctionViewerAboutAliases.vue                        |     100 |      100 |     100 |     100 |                                                                                                                     
  FunctionViewerAboutDescription.vue                    |     100 |       50 |     100 |     100 | 53                                                                                                                  
  FunctionViewerAboutDetails.vue                        |     100 |      100 |     100 |     100 |                                                                                                                     
  FunctionViewerAboutExamples.vue                       |    90.9 |       60 |     100 |    90.9 | 61                                                                                                                  
  FunctionViewerAboutNames.vue                          |   87.09 |    55.55 |   88.88 |   87.09 | 60,112,118,124                                                                                                      
 ext.wikilambda.edit/components/function/viewer/details |   76.28 |       60 |   74.19 |   76.28 |                                                                                                                     
  FunctionViewerDetailsSidebar.vue                      |   74.39 |       60 |      75 |   74.39 | 139,190,215-216,301-310,316,339,351-355,383,401-406,427,433                                                         
  FunctionViewerDetailsTable.vue                        |   86.66 |      100 |   71.42 |   86.66 | 139-142                                                                                                             
 ext.wikilambda.edit/components/widgets                 |   83.67 |    76.36 |    86.5 |   83.67 |                                                                                                                     
  About.vue                                             |   94.59 |       80 |   95.65 |   94.59 | 367-368                                                                                                             
  AboutEditMetadataDialog.vue                           |   70.73 |       75 |      80 |   70.73 | 246,363,399-429,490,499-501,517,540-580,598                                                                         
  AboutViewLanguagesDialog.vue                          |   43.47 |       25 |   52.94 |   43.47 | 205,224-301                                                                                                         
  FunctionEvaluator.vue                                 |   95.58 |    83.78 |   96.87 |   95.58 | 237,250,300                                                                                                         
  FunctionExplorer.vue                                  |      86 |    55.55 |   80.95 |      86 | 197-200,209,235,243,275,293                                                                                         
  FunctionMetadataDialog.vue                            |   89.47 |      100 |      80 |   89.47 | 125,154                                                                                                             
  FunctionReport.vue                                    |   81.81 |    73.33 |      84 |   81.81 | 293-303,333-345,353,358                                                                                             
  FunctionReportItem.vue                                |   97.05 |      100 |    90.9 |   97.05 | 141                                                                                                                 
  LeaveEditorDialog.vue                                 |     100 |      100 |     100 |     100 |                                                                                                                     
  Publish.vue                                           |   91.11 |    77.77 |    92.3 |   91.11 | 174-194                                                                                                             
  PublishDialog.vue                                     |     100 |    85.71 |     100 |     100 | 261,278,280                                                                                                         
 ext.wikilambda.edit/composables                        |     100 |      100 |     100 |     100 |                                                                                                                     
  useBreakpoints.js                                     |     100 |      100 |     100 |     100 |                                                                                                                     
 ext.wikilambda.edit/mixins                             |   85.52 |    81.57 |   92.85 |   85.38 |                                                                                                                     
  api.js                                                |   93.33 |       75 |   83.33 |   93.33 | 53                                                                                                                  
  errorUtils.js                                         |   84.61 |    57.14 |      80 |   84.61 | 29-34                                                                                                               
  eventLogUtils.js                                      |      80 |    55.55 |     100 |      80 | 43-45                                                                                                               
  portray.js                                            |   67.24 |    44.89 |   77.77 |   66.95 | 74,104,142,152-184,215,227-267,300,323-327                                                                          
  schemata.js                                           |   90.83 |    86.95 |   94.44 |   90.59 | 48-62,83,246                                                                                                        
  typeUtils.js                                          |    90.9 |    90.69 |     100 |    90.9 | 230-234,256-257,566,696-712                                                                                         
  urlUtils.js                                           |     100 |      100 |     100 |     100 |                                                                                                                     
  zobjectTreeUtils.js                                   |     100 |      100 |     100 |     100 |                                                                                                                     
 ext.wikilambda.edit/store                              |   95.12 |      100 |   71.42 |      95 |                                                                                                                     
  actions.js                                            |     100 |      100 |     100 |     100 |                                                                                                                     
  getters.js                                            |   94.44 |      100 |      80 |   94.11 | 34                                                                                                                  
  index.js                                              |     100 |      100 |     100 |     100 |                                                                                                                     
  state.js                                              |      50 |      100 |       0 |      50 | 20                                                                                                                  
 ext.wikilambda.edit/store/classes                      |    92.3 |      100 |      80 |    92.3 |                                                                                                                     
  LabelData.js                                          |     100 |      100 |     100 |     100 |                                                                                                                     
  Row.js                                                |   88.88 |      100 |      75 |   88.88 | 61                                                                                                                  
 ext.wikilambda.edit/store/modules                      |   95.54 |    87.16 |   99.32 |   95.62 |                                                                                                                     
  callZFunction.js                                      |     100 |      100 |     100 |     100 |                                                                                                                     
  errors.js                                             |     100 |      100 |     100 |     100 |                                                                                                                     
  languages.js                                          |     100 |      100 |     100 |     100 |                                                                                                                     
  library.js                                            |   97.19 |    81.81 |     100 |   97.19 | 281,311,355                                                                                                         
  programmingLanguages.js                               |     100 |      100 |     100 |     100 |                                                                                                                     
  router.js                                             |     100 |      100 |     100 |     100 |                                                                                                                     
  zFunction.js                                          |     100 |    93.33 |     100 |     100 | 115                                                                                                                 
  zImplementations.js                                   |     100 |      100 |     100 |     100 |                                                                                                                     
  zTesterResults.js                                     |   95.31 |    77.77 |     100 |   95.31 | 192,220,251                                                                                                         
  zTesters.js                                           |      55 |        0 |      75 |   57.89 | 26-39                                                                                                               
  zTypedList.js                                         |     100 |      100 |     100 |     100 |                                                                                                                     
  zobject.js                                            |   95.34 |    88.28 |     100 |    95.3 | 79-80,116,595,670,693,716,1292-1296,1308-1315,1416,1426,1498,1503,1513-1514,1527,1537,1543-1544,1751,2034,2049,2455 
 ext.wikilambda.edit/store/modules/zobject              |   98.55 |    90.16 |     100 |   98.54 |                                                                                                                     
  addZObjects.js                                        |     100 |    92.77 |     100 |     100 | 24,137-188,565-605                                                                                                  
  currentZObject.js                                     |   92.85 |    68.96 |     100 |   92.85 | 261-263,272-274                                                                                                     
  submission.js                                         |   99.27 |    95.77 |     100 |   99.27 | 246                                                                                                                 
 ext.wikilambda.edit/views                              |   97.91 |       65 |     100 |   97.91 |                                                                                                                     
  DefaultView.vue                                       |   96.77 |    63.15 |     100 |   96.77 | 184                                                                                                                 
  FunctionEditor.vue                                    |     100 |      100 |     100 |     100 |                                                                                                                     
  FunctionEvaluator.vue                                 |     100 |      100 |     100 |     100 |                                                                                                                     
  FunctionViewer.vue                                    |     100 |      100 |     100 |     100 |                                                                                                                     
 ext.wikilambda.languageselector/components             |   92.72 |    83.33 |    90.9 |   92.72 |                                                                                                                     
  LanguageSelector.vue                                  |   92.72 |    83.33 |    90.9 |   92.72 | 261-263,271                                                                                                         
--------------------------------------------------------|---------|----------|---------|---------|---------------------------------------------------------------------------------------------------------------------

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
[DNM] there are no updates
$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpj5chdiy6
--- stdout ---
On branch REL1_41
Your branch is up to date with 'origin/REL1_41'.

nothing to commit, working tree clean

--- end ---

composer dependencies

Dependencies
Development dependencies

npm dependencies

Development dependencies

Logs

Source code is licensed under the AGPL.